Condividi tramite


Proprietà IDTSProperties100.Item

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets an IDTSProperty100 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 IDTSProperty100 
    Get
'Utilizzo
Dim instance As IDTSProperties100 
Dim Index As Object 
Dim value As IDTSProperty100 

value = instance(Index)
IDTSProperty100 this[
    Object Index
] { get; }
property IDTSProperty100^ default[[InAttribute] Object^ Index] {
    IDTSProperty100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSProperty100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100
An IDTSProperty100 object.

Osservazioni

For more information, see DtsProperties.

Vedere anche

Riferimento

IDTSProperties100 Interfaccia

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