Share via


ProjectVariablesWrapper.Item Property

Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Object _
) As IDTSVariable100 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

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

Property Value

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

Implements

IDTSVariables100.Item[Object]

See Also

Reference

ProjectVariablesWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace