Propriété IDTSComponentMetaDataCollection100.Item
Gets the IDTSComponentMetaData100 object specified by the Index parameter.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSComponentMetaData100
Get
'Utilisation
Dim instance As IDTSComponentMetaDataCollection100
Dim Index As Object
Dim value As IDTSComponentMetaData100
value = instance(Index)
IDTSComponentMetaData100 this[
Object Index
] { get; }
property IDTSComponentMetaData100^ default[[InAttribute] Object^ Index] {
IDTSComponentMetaData100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSComponentMetaData100
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- Index
Type : System.Object
The name or index of the IDTSComponentMetaData100 to retrieve.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetaData100 object specified by the Index parameter.
Notes
You can retrieve an IDTSComponentMetaData100 object from the collection by its location, name, or ID.