SetErrorInterface 方法 (IDTSComponentMetaData100)
Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.
命名空间: Microsoft.SqlServer.Dts.ManagedMsg
程序集: Microsoft.SqlServer.DtsMsg(在 Microsoft.SqlServer.DtsMsg.dll 中)
语法
声明
Protected Sub SetErrorInterface ( _
pIDTSCMD As IDTSComponentMetaData100 _
)
用法
Dim pIDTSCMD As IDTSComponentMetaData100
Me.SetErrorInterface(pIDTSCMD)
protected void SetErrorInterface(
IDTSComponentMetaData100 pIDTSCMD
)
protected:
void SetErrorInterface(
IDTSComponentMetaData100^ pIDTSCMD
)
member SetErrorInterface :
pIDTSCMD:IDTSComponentMetaData100 -> unit
protected function SetErrorInterface(
pIDTSCMD : IDTSComponentMetaData100
)
参数
- pIDTSCMD
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSComponentMetaData100
The IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.