Compartilhar via


Método FireError (String, String)

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (em Microsoft.SqlServer.ASTasks.dll)

Sintaxe

'Declaração
Protected Sub FireError ( _
    subComponent As String, _
    message As String _
)
'Uso
Dim subComponent As String
Dim message As String

Me.FireError(subComponent, message)
protected void FireError(
    string subComponent,
    string message
)
protected:
void FireError(
    String^ subComponent, 
    String^ message
)
member FireError : 
        subComponent:string * 
        message:string -> unit 
protected function FireError(
    subComponent : String, 
    message : String
)

Parâmetros