IDTSLogProvider100.Validate(IDTSInfoEvents100) 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.
Convalida il log e restituisce un'enumerazione che indica esito positivo o negativo.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(1610743812)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (pEvents As IDTSInfoEvents100) As DTSExecResult
Parametri
- pEvents
- IDTSInfoEvents100
Oggetto che implementa l'interfaccia di eventi IDTSInfoEvents100 per la generazione di errori, avvisi o eventi informativi.
Restituisce
Uno dei valori dell'enumerazione DTSExecResult.
- Attributi