IDTSConnectionManagerFlatFileColumn100.MaximumWidth Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see FlatFileColumn.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property MaximumWidth As Integer
Get
Set
'Usage
Dim instance As IDTSConnectionManagerFlatFileColumn100
Dim value As Integer
value = instance.MaximumWidth
instance.MaximumWidth = value
int MaximumWidth { get; set; }
property int MaximumWidth {
int get ();
void set (int value);
}
abstract MaximumWidth : int with get, set
function get MaximumWidth () : int
function set MaximumWidth (value : int)
Property Value
Type: System.Int32