次の方法で共有


IDTSBreakpointSite90 Interface

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

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

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

構文

'宣言
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("SuspendExecution")> _
<GuidAttribute("8BDFE911-E9D8-4D23-9739-DA807BCDC2AC")> _
Public Interface IDTSBreakpointSite90
    Inherits IDTSSuspend90
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute("SuspendExecution")] 
[GuidAttribute("8BDFE911-E9D8-4D23-9739-DA807BCDC2AC")] 
public interface IDTSBreakpointSite90 : IDTSSuspend90
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute(L"SuspendExecution")] 
[GuidAttribute(L"8BDFE911-E9D8-4D23-9739-DA807BCDC2AC")] 
public interface class IDTSBreakpointSite90 : IDTSSuspend90
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute DefaultMemberAttribute("SuspendExecution") */ 
/** @attribute GuidAttribute("8BDFE911-E9D8-4D23-9739-DA807BCDC2AC") */ 
public interface IDTSBreakpointSite90 extends IDTSSuspend90
TypeLibTypeAttribute(4160) 
DefaultMemberAttribute("SuspendExecution") 
GuidAttribute("8BDFE911-E9D8-4D23-9739-DA807BCDC2AC") 
public interface IDTSBreakpointSite90 extends IDTSSuspend90

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IDTSBreakpointSite90 Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace