ASTaskBase.FireError Método (String, String)
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 ( _
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
- subComponent
Tipo: System.String
A String that contains more detail about the event source.
- message
Tipo: System.String
The text of the message.
Vea también
Referencia
Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask