Proprietà IDTSPipelineComponentInfos100.Item
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the IDTSPipelineComponentInfo100 object from the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSPipelineComponentInfo100
Get
'Utilizzo
Dim instance As IDTSPipelineComponentInfos100
Dim Index As Object
Dim value As IDTSPipelineComponentInfo100
value = instance(Index)
IDTSPipelineComponentInfo100 this[
Object Index
] { get; }
property IDTSPipelineComponentInfo100^ default[[InAttribute] Object^ Index] {
IDTSPipelineComponentInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPipelineComponentInfo100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- Index
Tipo: System.Object
The name, ID, description, or index of the item to locate in the collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfo100
The IDTSPipelineComponentInfo100 object from the collection that matches the index description.
Osservazioni
For more information, see PipelineComponentInfos.