Propriété IDTSInputColumn100.ExternalMetadataColumnID

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

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

Syntaxe

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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

IDTSInputColumn100 Interface

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