ProjectVariablesWrapper.Item 属性
Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Object _
) As IDTSVariable100
Get
用法
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 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System.Object
The index of the variable object to return
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified IDTSVariable100 object.