Condividi tramite


Metodo ASTaskBase.FireError (String, String)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Raises an event when an error occurs.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Protected Sub FireError ( _
    subComponent As String, _
    message As String _
)
'Utilizzo
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
)

Parametri

  • subComponent
    Tipo: System.String
    A String that contains more detail about the event source.

Vedere anche

Riferimento

ASTaskBase Classe

Overload FireError

Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask