IDTSEvents100.OnCustomEvent Método

Definição

public:
 void OnCustomEvent(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSTaskHost100 ^ pTaskHost, System::String ^ EventName, System::String ^ EventText, cli::array <System::Object ^> ^ % ppsaArguments, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(13)]
public void OnCustomEvent (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSTaskHost100 pTaskHost, string EventName, string EventText, ref object[] ppsaArguments, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member OnCustomEvent : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSTaskHost100 * string * string * Object[] * string * bool -> unit
Public Sub OnCustomEvent (pTaskHost As IDTSTaskHost100, EventName As String, EventText As String, ByRef ppsaArguments As Object(), SubComponent As String, ByRef pbFireAgain As Boolean)

Parâmetros

pTaskHost
IDTSTaskHost100
EventName
String
EventText
String
ppsaArguments
Object[]
SubComponent
String
pbFireAgain
Boolean
Atributos

Aplica-se a