FireError méthode (String, String)
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly : Microsoft.SqlServer.ASTasks (dans 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
)