次の方法で共有


IDTSBreakpointTargets100 インターフェイス

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

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

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

構文

'宣言
<GuidAttribute("7F81939C-C0F6-4054-9186-660DD8F2560B")> _
Public Interface IDTSBreakpointTargets100 _
    Inherits IEnumerable
'使用
Dim instance As IDTSBreakpointTargets100
[GuidAttribute("7F81939C-C0F6-4054-9186-660DD8F2560B")]
public interface IDTSBreakpointTargets100 : IEnumerable
[GuidAttribute(L"7F81939C-C0F6-4054-9186-660DD8F2560B")]
public interface class IDTSBreakpointTargets100 : IEnumerable
[<GuidAttribute("7F81939C-C0F6-4054-9186-660DD8F2560B")>]
type IDTSBreakpointTargets100 =  
    interface
        interface IEnumerable
    end
public interface IDTSBreakpointTargets100 extends IEnumerable