Udostępnij przez


PackageUpgradeResult.OnInformation Method

This method supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
Public 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 _
)
public void OnInformation (
    DtsObject source,
    int informationCode,
    string subComponent,
    string description,
    string helpFile,
    int helpContext,
    string idofInterfaceWithError,
    ref bool fireAgain
)
public:
virtual void OnInformation (
    DtsObject^ source, 
    int informationCode, 
    String^ subComponent, 
    String^ description, 
    String^ helpFile, 
    int helpContext, 
    String^ idofInterfaceWithError, 
    bool% fireAgain
) sealed
public final void OnInformation (
    DtsObject source, 
    int informationCode, 
    String subComponent, 
    String description, 
    String helpFile, 
    int helpContext, 
    String idofInterfaceWithError, 
    /** @ref */ boolean fireAgain
)
JScript does not support passing value-type arguments by reference.

Parameters

  • source
  • informationCode
  • subComponent
  • description
  • helpFile
  • helpContext
  • idofInterfaceWithError
  • fireAgain

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.