PackageUpgradeResult.OnWarning 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 OnWarning ( _
source As DtsObject, _
warningCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
idofInterfaceWithError As String _
)
public void OnWarning (
DtsObject source,
int warningCode,
string subComponent,
string description,
string helpFile,
int helpContext,
string idofInterfaceWithError
)
public:
virtual void OnWarning (
DtsObject^ source,
int warningCode,
String^ subComponent,
String^ description,
String^ helpFile,
int helpContext,
String^ idofInterfaceWithError
) sealed
public final void OnWarning (
DtsObject source,
int warningCode,
String subComponent,
String description,
String helpFile,
int helpContext,
String idofInterfaceWithError
)
public final function OnWarning (
source : DtsObject,
warningCode : int,
subComponent : String,
description : String,
helpFile : String,
helpContext : int,
idofInterfaceWithError : String
)
Parameters
- source
- warningCode
- subComponent
- description
- helpFile
- helpContext
- idofInterfaceWithError
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.