Metoda IDTSInfoEvents.FireInformation
Fires zdarzenie informacyjne.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Sub FireInformation ( _
informationCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
ByRef fireAgain As Boolean _
)
'Użycie
Dim instance As IDTSInfoEvents
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)
void FireInformation(
int informationCode,
string subComponent,
string description,
string helpFile,
int helpContext,
ref bool fireAgain
)
void FireInformation(
int informationCode,
String^ subComponent,
String^ description,
String^ helpFile,
int helpContext,
bool% fireAgain
)
abstract FireInformation :
informationCode:int *
subComponent:string *
description:string *
helpFile:string *
helpContext:int *
fireAgain:bool byref -> unit
function FireInformation(
informationCode : int,
subComponent : String,
description : String,
helpFile : String,
helpContext : int,
fireAgain : boolean
)
Parametry
- informationCode
Typ: System.Int32
Całkowitą identyfikujący wiadomość informacji.
- subComponent
Typ: System.String
Dowolny ciąg identyfikujący podmodułów wewnątrz źródło: na przykład transformacja zadania rurociągu.
- description
Typ: System.String
Tekst wiadomości.
- helpFile
Typ: System.String
Ścieżka do pliku pomocy, który zawiera szczegółowe informacje.
- helpContext
Typ: System.Int32
Identyfikator tematu w pliku pomocy.
- fireAgain
Typ: System.Boolean%
A wartość logiczna , wskazuje, czy zadanie należy kontynuować wykonywanie.Wartość true wskazuje, że błąd powinno powodować anulowanie zadania.Wartość false wskazuje, że błąd nie należy zatrzymywać wykonywanie zadania, ale zadanie powinno powtarzać.
Uwagi
Zawiera informacje dotyczące problemu problematyczne.