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.
Chiamato dalle attività per generare eventi personalizzati definiti per le singole attività.
public:
void OnCustomEvent(Microsoft::SqlServer::Dts::Runtime::Wrapper::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.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.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
Attività che ospita l'attività corrente.
- EventName
- String
Nome dell'evento.
- EventText
- String
Testo che descrive l'evento.
- ppsaArguments
- Object[]
Matrice di argomenti da passare all'evento.
- SubComponent
- String
Valore String contenente maggiori dettagli sull'origine dell'evento.
- pbFireAgain
- Boolean
Valore booleano che indica che deve continuare a sparare o interrompere l'attivazione. Il valore true indica che deve continuare a sparare.
- Attributi
Commenti
Per altre informazioni, vedere IDTSEvents.