Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Raises an event when an error occurs.
Espacio de nombres: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Ensamblado: Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)
Sintaxis
'Declaración
Protected Sub FireError ( _
errorCode As Integer, _
subComponent As String, _
message As String, _
helpLink As String _
)
'Uso
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
)
Parámetros
- errorCode
Tipo: System.Int32
An Integer that identifies the error message.
- subComponent
Tipo: System.String
A String that contains more detail about the event source.
- message
Tipo: System.String
The text of the message.
- helpLink
Tipo: System.String
The path to the Help file that contains detailed information.
Vea también
Referencia
Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask