次の方法で共有


IDTSEventHandlers100.Item プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

IDTSEventHandler100 オブジェクトをコレクションから取得します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSEventHandler100 
    Get
'使用
Dim instance As IDTSEventHandlers100 
Dim Index As Object 
Dim value As IDTSEventHandler100 

value = instance(Index)
IDTSEventHandler100 this[
    Object Index
] { get; }
property IDTSEventHandler100^ default[[InAttribute] Object^ Index] {
    IDTSEventHandler100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSEventHandler100
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
IDTSEventHandler100 オブジェクトです。

説明

詳細については、「DtsEventHandlers」を参照してください。

関連項目

参照

IDTSEventHandlers100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間