ManagedForEachEnumeratorWrapper.Validate 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Validates the enumerator wrapper.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Function Validate ( _
    connections As IDTSConnections100, _
    variableDispenser As IDTSVariableDispenser100, _
    infoEvents As IDTSInfoEvents100, _
    log As IDTSLogging100 _
) As DTSExecResult
'用途
Dim instance As ManagedForEachEnumeratorWrapper 
Dim connections As IDTSConnections100 
Dim variableDispenser As IDTSVariableDispenser100 
Dim infoEvents As IDTSInfoEvents100 
Dim log As IDTSLogging100 
Dim returnValue As DTSExecResult 

returnValue = instance.Validate(connections, _
    variableDispenser, infoEvents, log)
public DTSExecResult Validate(
    IDTSConnections100 connections,
    IDTSVariableDispenser100 variableDispenser,
    IDTSInfoEvents100 infoEvents,
    IDTSLogging100 log
)
public:
virtual DTSExecResult Validate(
    IDTSConnections100^ connections, 
    IDTSVariableDispenser100^ variableDispenser, 
    IDTSInfoEvents100^ infoEvents, 
    IDTSLogging100^ log
) sealed
abstract Validate : 
        connections:IDTSConnections100 * 
        variableDispenser:IDTSVariableDispenser100 * 
        infoEvents:IDTSInfoEvents100 * 
        log:IDTSLogging100 -> DTSExecResult  
override Validate : 
        connections:IDTSConnections100 * 
        variableDispenser:IDTSVariableDispenser100 * 
        infoEvents:IDTSInfoEvents100 * 
        log:IDTSLogging100 -> DTSExecResult
public final function Validate(
    connections : IDTSConnections100, 
    variableDispenser : IDTSVariableDispenser100, 
    infoEvents : IDTSInfoEvents100, 
    log : IDTSLogging100
) : DTSExecResult

參數

傳回值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.

實作

IDTSForEachEnumerator100.Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100)

請參閱

參考

ManagedForEachEnumeratorWrapper 類別

Microsoft.SqlServer.Dts.Runtime 命名空間