IDTSEvents100.OnCustomEvent Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
void OnCustomEvent(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::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.Sql2016.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.Sql2016.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)
Parametri
- pTaskHost
- IDTSTaskHost100
- EventName
- String
- EventText
- String
- ppsaArguments
- Object[]
- SubComponent
- String
- pbFireAgain
- Boolean
- Attributi