次の方法で共有


IDTSBreakpointTargets100 インターフェイス

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

IDTSBreakpointTarget100 オブジェクトのコレクションを操作するためのプロパティとメソッドを提供します。

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

構文

'宣言
<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")> _
Public Interface IDTSBreakpointTargets100 _
    Inherits IEnumerable
'使用
Dim instance As IDTSBreakpointTargets100
[GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")]
public interface IDTSBreakpointTargets100 : IEnumerable
[GuidAttribute(L"121D51C3-9254-4731-9842-EE15875F18F6")]
public interface class IDTSBreakpointTargets100 : IEnumerable
[<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")>]
type IDTSBreakpointTargets100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSBreakpointTargets100 extends IEnumerable

IDTSBreakpointTargets100 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count インフラストラクチャです。コレクションに含まれる要素の数を取得します。
パブリック プロパティ Item インフラストラクチャです。指定したインデックスにあるアイテムを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド GetEnumerator インフラストラクチャです。コレクションを反復処理する列挙子を取得します。

先頭に戻る

説明

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

関連項目

参照

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