Méthode EventsObjectWrapper.FireInformation
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 containing information.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)
Syntaxe
'Déclaration
Public Sub FireInformation ( _
informationCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
ByRef fireAgain As Boolean _
)
'Utilisation
Dim instance As EventsObjectWrapper
Dim informationCode As Integer
Dim subComponent As String
Dim description As String
Dim helpFile As String
Dim helpContext As Integer
Dim fireAgain As Boolean
instance.FireInformation(informationCode, _
subComponent, description, helpFile, _
helpContext, fireAgain)
public void FireInformation(
int informationCode,
string subComponent,
string description,
string helpFile,
int helpContext,
ref bool fireAgain
)
public:
void FireInformation(
int informationCode,
String^ subComponent,
String^ description,
String^ helpFile,
int helpContext,
bool% fireAgain
)
member FireInformation :
informationCode:int *
subComponent:string *
description:string *
helpFile:string *
helpContext:int *
fireAgain:bool byref -> unit
public function FireInformation(
informationCode : int,
subComponent : String,
description : String,
helpFile : String,
helpContext : int,
fireAgain : boolean
)
Paramètres
- informationCode
Type : System.Int32
Identifies the informational message.
- subComponent
Type : System.String
Contains more detail about the event source.
- description
Type : System.String
The text of the message.
- helpFile
Type : System.String
The path to the Help file that contains detailed information.
- helpContext
Type : System.Int32
The identifier of the topic in the Help file.
- fireAgain
Type : System.Boolean%
True to continue firing; otherwise, false.