ProjectVariablesWrapper.Item[Object] 属性

定义

IDTSVariable100 集合中获取指定的 ProjectVariablesWrapper 对象。

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

参数

index
Object

要返回的变量对象的索引。

属性值

指定的 IDTSVariable100 对象。

实现

适用于