Proprietà IDTSExternalMetadataColumn100.Length

Gets or sets the length of the external metadata column.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property Length As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSExternalMetadataColumn100 
Dim value As Integer 

value = instance.Length

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

Valore proprietà

Tipo: System.Int32
The length of the external metadata column.

Vedere anche

Riferimento

IDTSExternalMetadataColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper