Compartilhar via


Propriedade do RDL IDTSInputColumn100.ExternalMetadataColumnID

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

Consulte também

Referência

IDTSInputColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper