Partager via


Propriété IDTSExternalMetadataColumn100.ObjectType

Returns the value from the DTSObjectType enumeration that corresponds to an external metadata column.

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

Syntaxe

'Déclaration
ReadOnly Property ObjectType As DTSObjectType 
    Get
'Utilisation
Dim instance As IDTSExternalMetadataColumn100 
Dim value As DTSObjectType 

value = instance.ObjectType
DTSObjectType ObjectType { get; }
property DTSObjectType ObjectType {
    DTSObjectType get ();
}
abstract ObjectType : DTSObjectType
function get ObjectType () : DTSObjectType

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType
OT_EXTERNALMETADATACOLUMN for IDTSExternalMetadataColumn100 objects.

Voir aussi

Référence

IDTSExternalMetadataColumn100 Interface

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