次の方法で共有


ErrorSupport コンストラクター (IDTSComponentEvents100)

ErrorSupport クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.ManagedMsg
アセンブリ:  Microsoft.SqlServer.DtsMsg (Microsoft.SqlServer.DtsMsg.dll)

構文

'宣言
Public Sub New ( _
    pIDTSEvents As IDTSComponentEvents100 _
)
'使用
Dim pIDTSEvents As IDTSComponentEvents100

Dim instance As New ErrorSupport(pIDTSEvents)
public ErrorSupport(
    IDTSComponentEvents100 pIDTSEvents
)
public:
ErrorSupport(
    IDTSComponentEvents100^ pIDTSEvents
)
new : 
        pIDTSEvents:IDTSComponentEvents100 -> ErrorSupport
public function ErrorSupport(
    pIDTSEvents : IDTSComponentEvents100
)

パラメーター