IDataInputServiceAddDataStorageColumn Method

Adds 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 AddDataStorageColumn(
	DataInputTransform transform,
	string name,
	DataInputType dataInputType,
	Object defaultColumnValue
)

Parameters

transform
Type: Dundas.BI.Data.TransformsDataInputTransform
The data input transform.
name
Type: SystemString
The column name.
dataInputType
Type: Dundas.BI.Data.MetadataDataInputType
The column data input type.
defaultColumnValue
Type: SystemObject
The default column value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptionname is or Empty.
DuplicateItemExceptionA column with the specified name already exists.
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