Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.