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.
Specifies the possible quote type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration QuoteType
'Usage
Dim instance As QuoteType
[SerializableAttribute]
public enum QuoteType
[SerializableAttribute]
public enum class QuoteType
[<SerializableAttribute>]
type QuoteType
public enum QuoteType
Members
| Member name | Description | |
|---|---|---|
| DoubleQuote | The type is DoubleQuote. | |
| NotQuoted | The type is NotQuoted. | |
| SquareBracket | The type is SquareBracket. |