इसके माध्यम से साझा किया गया


IDTSConnectionManagerFlatFileColumn100.ColumnWidth Property

This API supports the .NET Framework 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 ColumnWidth As Integer
    Get
    Set
'Usage
Dim instance As IDTSConnectionManagerFlatFileColumn100
Dim value As Integer

value = instance.ColumnWidth

instance.ColumnWidth = value
int ColumnWidth { get; set; }
property int ColumnWidth {
    int get ();
    void set (int value);
}
abstract ColumnWidth : int with get, set
function get ColumnWidth () : int
function set ColumnWidth (value : int)

Property Value

Type: System.Int32