IDTSVariables100.Item[Object] 属性

定义

从集合中获取 IDTSVariable100 对象。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Default Public ReadOnly Property Item(Index As Object) As IDTSVariable100

参数

Index
Object

要返回的 IDTSVariable100 对象的名称、ID、说明或索引。

属性值

一个 IDTSVariable100 对象。

属性

注解

有关详细信息,请参阅 Variables

适用于