IDataInputServiceChangeDataStorageColumnLength Method

Changes the length of the data storage column, when the column is string based.

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 ChangeDataStorageColumnLength(
	DataInputTransform transform,
	string name,
	int maximumLength
)

Parameters

transform
Type: Dundas.BI.Data.TransformsDataInputTransform
The data input transform.
name
Type: SystemString
The column name.
maximumLength
Type: SystemInt32
The maximum length.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptionname is or empty or does not exist in the specified transform.
ArgumentOutOfRangeExceptionmaximumLength is invalid.
InvalidOperationExceptionThe name is not string based, or the maximum size cannot be set at the specified value.
See Also