ErrorSupport.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.