IDataInputServiceRemoveDataStorageColumn Method

Removes the specified data storage column.

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

Parameters

transform
Type: Dundas.BI.Data.TransformsDataInputTransform
The data input transform.
name
Type: SystemString
The column name.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptionname is or Empty.
NotFoundExceptionThe column with the specified name 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