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

Members

Member name Description
DoubleQuote The type is DoubleQuote.
NotQuoted The type is NotQuoted.
SquareBracket The type is SquareBracket.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace