IDTSExternalMetadataColumnCollection100.Item[Object] Propriété

Définition

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumn100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumn100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100
Default Public ReadOnly Property Item(Index As Object) As IDTSExternalMetadataColumn100

Paramètres

Index
Object

Valeur de propriété

Objet IDTSExternalMetadataColumn100 spécifié par le paramètre Index.

Attributs

Remarques

Les colonnes de métadonnées externes peuvent être récupérées à partir de la collection à l’aide du nom ou de l’index de la colonne en tant que Index paramètre. Si la colonne spécifiée par le paramètre Index n’est pas trouvée dans la collection, une DTS_E_INVALIDINDEX exception se produit.

S’applique à