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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.