IDataInputServiceRenameDataStorageColumn Method

Renames the data storage column.

Namespace: Dundas.BI.Data.DataInput
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void RenameDataStorageColumn(
	DataInputTransform transform,
	string originalName,
	string name
)

Parameters

transform  DataInputTransform
The data input transform.
originalName  String
The original name of the column.
name  String
The new column name.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptionoriginalName or name is or Empty.
NotFoundExceptionThe column with the specified originalName could not be found.
NoPrivilegeExceptionThe caller does not have the Write privilege on the underlying parent entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also