ProjectVariablesWrapper.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ get(System::Object ^ index); };
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 this[object index] { get; }
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Default Public ReadOnly Property Item(index As Object) As IDTSVariable100
Parameters
- index
- Object
The index of the variable object to return
Property Value
The specified IDTSVariable100 object.