Partager via


Propriété ProjectVariablesWrapper.Item

Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Object _
) As IDTSVariable100 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Implémente

IDTSVariables100.Item[Object]

Voir aussi

Référence

ProjectVariablesWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime