Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Raises an event when an error occurs.
Espace de noms : Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly : Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)
Syntaxe
'Déclaration
Protected Sub FireError ( _
subComponent As String, _
message As String _
)
'Utilisation
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
)
Paramètres
- subComponent
Type : System.String
A String that contains more detail about the event source.
- message
Type : System.String
The text of the message.
Voir aussi
Référence
Espace de noms Microsoft.DataTransformationServices.Tasks.DTSProcessingTask