ProjectVariablesWrapper.Item[Object] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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 对象。