इसके माध्यम से साझा किया गया


ASExecuteDDLTask.ValidateDDL Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides ASTaskBase.ValidateDDL(VariableDispenser, Connections, Exception%).

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Syntax

'Declaration
Protected Overrides Function ValidateDDL ( _
    variableDispenser As VariableDispenser, _
    connections As Connections, _
    <OutAttribute> ByRef ex As Exception _
) As Boolean
'Usage
Dim variableDispenser As VariableDispenser
Dim connections As Connections
Dim ex As Exception
Dim returnValue As Boolean

returnValue = Me.ValidateDDL(variableDispenser, _
    connections, ex)
protected override bool ValidateDDL(
    VariableDispenser variableDispenser,
    Connections connections,
    out Exception ex
)
protected:
virtual bool ValidateDDL(
    VariableDispenser^ variableDispenser, 
    Connections^ connections, 
    [OutAttribute] Exception^% ex
) override
abstract ValidateDDL : 
        variableDispenser:VariableDispenser * 
        connections:Connections * 
        ex:Exception byref -> bool 
override ValidateDDL : 
        variableDispenser:VariableDispenser * 
        connections:Connections * 
        ex:Exception byref -> bool 
protected override function ValidateDDL(
    variableDispenser : VariableDispenser, 
    connections : Connections, 
    ex : Exception
) : boolean

Return Value

Type: System.Boolean