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