Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Validates the wrapper with specified events.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function Validate ( _
events As IDTSInfoEvents100 _
) As DTSExecResult
'Utilizzo
Dim instance As ManagedWrapper
Dim events As IDTSInfoEvents100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(events)
public DTSExecResult Validate(
IDTSInfoEvents100 events
)
public:
virtual DTSExecResult Validate(
IDTSInfoEvents100^ events
) sealed
abstract Validate :
events:IDTSInfoEvents100 -> DTSExecResult
override Validate :
events:IDTSInfoEvents100 -> DTSExecResult
public final function Validate(
events : IDTSInfoEvents100
) : DTSExecResult
Parametri
- events
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.
Implementa
IDTSConnectionManager100.Validate(IDTSInfoEvents100)
IDTSLogProvider100.Validate(IDTSInfoEvents100)