Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)
Syntax
'Declaration
Protected Sub SetErrorInterface ( _
pIDTSCMD As IDTSComponentMetaData100 _
)
'Usage
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
)
Parameters
- pIDTSCMD
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.