Condividi tramite


Proprietà ProjectVariablesWrapper.Item

Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Object _
) As IDTSVariable100 
    Get
'Utilizzo
Dim instance As ProjectVariablesWrapper 
Dim index As Object 
Dim value As IDTSVariable100 

value = instance(index)
public IDTSVariable100 this[
    Object index
] { get; }
public:
virtual property IDTSVariable100^ default[Object^ index] {
    IDTSVariable100^ get (Object^ index) sealed;
}
abstract Item : IDTSVariable100 
override Item : IDTSVariable100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • index
    Tipo: System.Object
    The index of the variable object to return

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified IDTSVariable100 object.

Implementa

IDTSVariables100.Item[Object]

Vedere anche

Riferimento

ProjectVariablesWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime