Aracılığıyla paylaş


IDTSEvents.OnInformation Yöntemi

Görev bilgileri sağlamak için gereken her saat denir.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
Sub OnInformation ( _
    source As DtsObject, _
    informationCode As Integer, _
    subComponent As String, _
    description As String, _
    helpFile As String, _
    helpContext As Integer, _
    idofInterfaceWithError As String, _
    ByRef fireAgain As Boolean _
)
'Kullanım
Dim instance As IDTSEvents
Dim source As DtsObject
Dim informationCode As Integer
Dim subComponent As String
Dim description As String
Dim helpFile As String
Dim helpContext As Integer
Dim idofInterfaceWithError As String
Dim fireAgain As Boolean

instance.OnInformation(source, informationCode, _
    subComponent, description, helpFile, _
    helpContext, idofInterfaceWithError, _
    fireAgain)
void OnInformation(
    DtsObject source,
    int informationCode,
    string subComponent,
    string description,
    string helpFile,
    int helpContext,
    string idofInterfaceWithError,
    ref bool fireAgain
)
void OnInformation(
    DtsObject^ source, 
    int informationCode, 
    String^ subComponent, 
    String^ description, 
    String^ helpFile, 
    int helpContext, 
    String^ idofInterfaceWithError, 
    bool% fireAgain
)
abstract OnInformation : 
        source:DtsObject * 
        informationCode:int * 
        subComponent:string * 
        description:string * 
        helpFile:string * 
        helpContext:int * 
        idofInterfaceWithError:string * 
        fireAgain:bool byref -> unit 
function OnInformation(
    source : DtsObject, 
    informationCode : int, 
    subComponent : String, 
    description : String, 
    helpFile : String, 
    helpContext : int, 
    idofInterfaceWithError : String, 
    fireAgain : boolean
)

Parametreler

  • informationCode
    Tür: System.Int32
    Bir tamsayý , ileti tanımlar.Bu tanımlayıcı ile birleştirildiğinde benzersiz source parametresi, bu nedenle source ve informationCode birlikte benzersiz olması gerekir.Ancak, informationCode tek başına benzersiz olması beklenmiyor.
  • 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.
  • 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ı.
  • idofInterfaceWithError
    Tür: System.String
    Hataya neden arabirim GUID metinsel gösterimini.
  • fireAgain
    Tür: System.Boolean%
    A Boole bu ne Açmadığınızda devam etmek veya Açmadığınızda durdurmak gösterir.Değeri, doğru Açmadığınızda devam etmelidir gösterir.

Açıklamalar

Karşılaştırma için bir uyarı, bilgi olay mutlaka herhangi bir veri kaybı veya diğer önemli bir durum göstermek değil önemli bilgiler iletişim kurar.Ancak, birden çok günlük girdisi bağlantıdaysanız yeterince önemlidir.