TSqlFragmentVisitor Constructor (Boolean)

Initializes a new instance of the TSqlFragmentVisitor class.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Protected Sub New ( _
    visitBaseType As Boolean _
)
'Usage
Dim visitBaseType As Boolean

Dim instance As New TSqlFragmentVisitor(visitBaseType)
protected TSqlFragmentVisitor(
    bool visitBaseType
)
protected:
TSqlFragmentVisitor(
    bool visitBaseType
)
protected function TSqlFragmentVisitor(
    visitBaseType : boolean
)
new : 
        visitBaseType:bool -> TSqlFragmentVisitor

Parameters

  • visitBaseType
    Type: System.Boolean
    Specifies whether the Visit method of the base class is called

.NET Framework Security

See Also

Reference

TSqlFragmentVisitor Class

TSqlFragmentVisitor Members

TSqlFragmentVisitor Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace