Udostępnij przez


Metoda ASTaskBase.FireError (String, String)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Zestaw:  Microsoft.SqlServer.ASTasks (w Microsoft.SqlServer.ASTasks.dll)

Składnia

'Deklaracja
Protected Sub FireError ( _
    subComponent As String, _
    message As String _
)
'Użycie
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
)

Parametry