この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
コレクションから IDTSWarning100 オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSWarning100
Get
'使用
Dim instance As IDTSWarnings100
Dim Index As Object
Dim value As IDTSWarning100
value = instance(Index)
IDTSWarning100 this[
Object Index
] { get; }
property IDTSWarning100^ default[[InAttribute] Object^ Index] {
IDTSWarning100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSWarning100
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- Index
型: System.Object
コレクションから取得する IDTSWarning100 オブジェクトの名前、ID、またはインデックスです。
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarning100
IDTSWarning100 オブジェクトです。
説明
詳細については、「DtsWarnings」を参照してください。