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

Parameters

transform  DataInputTransform
The data input transform.
name  String
The column name.
maximumLength  Int32
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