Freigeben über


QuoteType-Enumeration

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

Elemente

Elementname Beschreibung
DoubleQuote The type is DoubleQuote.
NotQuoted The type is NotQuoted.
SquareBracket The type is SquareBracket.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace