Compartir a través de


ProjectVariablesWrapper.Item Propiedad

Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Object _
) As IDTSVariable100 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

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

Valor de la propiedad

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

Implementa

IDTSVariables100.Item[Object]

Vea también

Referencia

ProjectVariablesWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime