Partager via


Propriété IDTSExternalMetadataColumn100.Length

Gets or sets the length of the external metadata column.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property Length As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExternalMetadataColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper