Compartilhar via


Método ErrorSupport.SetErrorInterface (IDTSComponentMetaData100)

Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.

Namespace:  Microsoft.SqlServer.Dts.ManagedMsg
Assembly:  Microsoft.SqlServer.DtsMsg (em Microsoft.SqlServer.DtsMsg.dll)

Sintaxe

'Declaração
Protected Sub SetErrorInterface ( _
    pIDTSCMD As IDTSComponentMetaData100 _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ErrorSupport Classe

Sobrecarregado SetErrorInterface

Namespace Microsoft.SqlServer.Dts.ManagedMsg