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 (9.0.0.1000)
Syntaxvoid RemoveDataStorageColumn(
DataInputTransform transform,
string name
)
Sub RemoveDataStorageColumn (
transform As DataInputTransform,
name As String
)
void RemoveDataStorageColumn(
DataInputTransform^ transform,
String^ name
)
abstract RemoveDataStorageColumn :
transform : DataInputTransform *
name : string -> unit
Parameters
- transform
- Type: Dundas.BI.Data.TransformsDataInputTransform
The data input transform. - name
- Type: SystemString
The column name.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | transform is . |
| ArgumentException | name is or Empty. |
| NotFoundException | The column with the specified name could not be found. |
| NoPrivilegeException | The caller does not have the Write privilege on the underlying parent entity. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also