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 TSql90Parser 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 TSql90Parser(initialQuotedIdentifiers)
public TSql90Parser(
bool initialQuotedIdentifiers
)
public:
TSql90Parser(
bool initialQuotedIdentifiers
)
new :
initialQuotedIdentifiers:bool -> TSql90Parser
public function TSql90Parser(
initialQuotedIdentifiers : boolean
)
Parameters
- initialQuotedIdentifiers
Type: System.Boolean
Specifies whether quoted identifier handling is on