Metoda ASTaskBase.FireError (Int32, String, 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 ( _
errorCode As Integer, _
subComponent As String, _
message As String, _
helpLink As String _
)
'Użycie
Dim errorCode As Integer
Dim subComponent As String
Dim message As String
Dim helpLink As String
Me.FireError(errorCode, subComponent, _
message, helpLink)
protected void FireError(
int errorCode,
string subComponent,
string message,
string helpLink
)
protected:
void FireError(
int errorCode,
String^ subComponent,
String^ message,
String^ helpLink
)
member FireError :
errorCode:int *
subComponent:string *
message:string *
helpLink:string -> unit
protected function FireError(
errorCode : int,
subComponent : String,
message : String,
helpLink : String
)
Parametry
- errorCode
Typ: System.Int32
- subComponent
Typ: System.String
- message
Typ: System.String
- helpLink
Typ: System.String