IDTSInfoEvents.FireInformation Yöntemi
Bilgilendirici bir olay tetikler.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime
Derleme: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)
Sözdizimi
'Bildirim
Sub FireInformation ( _
informationCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
ByRef fireAgain As Boolean _
)
'Kullanım
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
)
Parametreler
- informationCode
Tür: System.Int32
Bir tamsayý tanıtan bilgi iletisi.
- subComponent
Tür: System.String
Sub-module içinde kaynak tanımlayan isteğe bağlı bir dize: Örneğin, bir kanal görevi dönüştürme.
- description
Tür: System.String
İleti metni.
- helpFile
Tür: System.String
Ayrıntılı bilgi içeren Yardım dosyası yol.
- helpContext
Tür: System.Int32
Yardım dosyasındaki bir konu tanımlayıcısı.
- fireAgain
Tür: System.Boolean%
A Boole görev yürütme devam olup olmadığını gösterir.Değeri, doğru iptal etmek görev hata neden gösterir.Değeri, yanlış hata görevin yürütülmesini durdurmak, ancak görev devam etmesi gerektiğini gösterir.
Açıklamalar
Sorunlu olmayan bir sorun hakkında bilgi sağlar.