Compartir a través de


IDTSInputColumn100.ExternalMetadataColumnID Propiedad

Gets or sets the ID of the IDTSExternalMetadataColumn100 assigned to an input column.

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

Sintaxis

'Declaración
Property ExternalMetadataColumnID As Integer 
    Get 
    Set
'Uso
Dim instance As IDTSInputColumn100 
Dim value As Integer 

value = instance.ExternalMetadataColumnID

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

Valor de la propiedad

Tipo: System.Int32
The ID of the IDTSExternalMetadataColumn100 object assigned to this column.

Comentarios

This property identifies the column in the IDTSExternalMetadataColumn100 that is linked to the input column.

Vea también

Referencia

IDTSInputColumn100 Interfaz

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