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
Il compito che ospita il compito attuale.
- EventName
- String
Nome dell'evento.
- EventText
- String
Il testo che descrive l'evento.
- ppsaArguments
- Object[]
Una serie di argomentazioni da trasmettere all'evento.
- SubComponent
- String
Una stringa che contiene più dettagli sulla fonte dell'evento.
- pbFireAgain
- Boolean
Un booleano che indica questo dovrebbe continuare a sparare o fermarsi. Un valore di vero indica che dovrebbe continuare a sparare.
- Attributi
Commenti
Per altre informazioni, vedere IDTSEvents.