IDTSTaskInit100.InitializeTask(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100, IDTSEventInfos100, IDTSLogEntryInfos100, IDTSObjectReferenceTracker100) 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.
Questa API supporta l'infrastruttura del prodotto e non può essere usata direttamente dal codice. Inizializza le proprietà associate all'attività. Questo metodo viene chiamato dal runtime e non è utilizzato nel codice.
public:
void InitializeTask(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogging100 ^ pLog, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEventInfos100 ^ pEventInfos, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogEntryInfos100 ^ pLogEntryInfos, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSObjectReferenceTracker100 ^ pRefTracker);
[System.Runtime.InteropServices.DispId(1610743808)]
public void InitializeTask (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 pLog, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEventInfos100 pEventInfos, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogEntryInfos100 pLogEntryInfos, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSObjectReferenceTracker100 pRefTracker);
Public Sub InitializeTask (pConnections As IDTSConnections100, pVariableDispenser As IDTSVariableDispenser100, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100, pEventInfos As IDTSEventInfos100, pLogEntryInfos As IDTSLogEntryInfos100, pRefTracker As IDTSObjectReferenceTracker100)
Parametri
- pConnections
- IDTSConnections100
Raccolta di connessioni utilizzate dall'attività.
- pVariableDispenser
- IDTSVariableDispenser100
Un IDTSVariableDispenser100 oggetto per il blocco di variabili.
- pEvents
- IDTSInfoEvents100
Oggetto che implementa il IDTSInfoEvents100 interfaccia.
- pLog
- IDTSLogging100
Oggetto che implementa il IDTSLogging100 interfaccia.
- pEventInfos
- IDTSEventInfos100
Raccolta contenente gli eventi da generare durante l'esecuzione dell'attività.
- pLogEntryInfos
- IDTSLogEntryInfos100
Raccolta di voci di log.
- pRefTracker
- IDTSObjectReferenceTracker100
Registrazione dei riferimenti agli oggetti.
- Attributi