Proprietà IDTSComponentMetaDataCollection100.Item

Gets the IDTSComponentMetaData100 object specified by the Index parameter.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSComponentMetaData100 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetaData100 object specified by the Index parameter.

Osservazioni

You can retrieve an IDTSComponentMetaData100 object from the collection by its location, name, or ID.

Vedere anche

Riferimento

IDTSComponentMetaDataCollection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper