Compartir a través de


IDTSExternalMetadataColumn100.Length Propiedad

Gets or sets the length of the external metadata column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property Length As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSExternalMetadataColumn100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper