ProjectVariablesWrapper.Item プロパティ
指定した IDTSVariable100 オブジェクトを ProjectVariablesWrapper コレクションから取得します。
名前空間: 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
取得する変数オブジェクトのインデックスです。
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
指定された IDTSVariable100 オブジェクトです。