Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the TSql80Parser class.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Sub New ( _
initialQuotedIdentifiers As Boolean _
)
'Usage
Dim initialQuotedIdentifiers As Boolean
Dim instance As New TSql80Parser(initialQuotedIdentifiers)
public TSql80Parser(
bool initialQuotedIdentifiers
)
public:
TSql80Parser(
bool initialQuotedIdentifiers
)
new :
initialQuotedIdentifiers:bool -> TSql80Parser
public function TSql80Parser(
initialQuotedIdentifiers : boolean
)
Parameters
- initialQuotedIdentifiers
Type: System.Boolean
Specifies whether quoted identifier handling is on.