PackageUpgradeResult.OnCustomEvent 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 OnCustomEvent ( _
taskHost As TaskHost, _
eventName As String, _
eventText As String, _
ByRef arguments As Object(), _
subComponent As String, _
ByRef fireAgain As Boolean _
)
public void OnCustomEvent (
TaskHost taskHost,
string eventName,
string eventText,
ref Object[] arguments,
string subComponent,
ref bool fireAgain
)
public:
virtual void OnCustomEvent (
TaskHost^ taskHost,
String^ eventName,
String^ eventText,
array<Object^>^% arguments,
String^ subComponent,
bool% fireAgain
) sealed
public final void OnCustomEvent (
TaskHost taskHost,
String eventName,
String eventText,
/** @ref */ Object[] arguments,
String subComponent,
/** @ref */ boolean fireAgain
)
JScript does not support passing value-type arguments by reference.
Parameters
- taskHost
- eventName
- eventText
- arguments
- subComponent
- 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.