ErrorSupport 생성자 (IDTSInfoEvents100)
Initializes a new instance of the ErrorSupport class.
네임스페이스: Microsoft.SqlServer.Dts.ManagedMsg
어셈블리: Microsoft.SqlServer.DtsMsg(Microsoft.SqlServer.DtsMsg.dll)
구문
‘선언
Public Sub New ( _
pIDTSEvents As IDTSInfoEvents100 _
)
‘사용 방법
Dim pIDTSEvents As IDTSInfoEvents100
Dim instance As New ErrorSupport(pIDTSEvents)
public ErrorSupport(
IDTSInfoEvents100 pIDTSEvents
)
public:
ErrorSupport(
IDTSInfoEvents100^ pIDTSEvents
)
new :
pIDTSEvents:IDTSInfoEvents100 -> ErrorSupport
public function ErrorSupport(
pIDTSEvents : IDTSInfoEvents100
)
매개 변수
- pIDTSEvents
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.