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.