Перечисление QuoteType

Specifies the possible quote type.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration QuoteType
'Применение
Dim instance As QuoteType
[SerializableAttribute]
public enum QuoteType
[SerializableAttribute]
public enum class QuoteType
[<SerializableAttribute>]
type QuoteType
public enum QuoteType

Элементы

Имя элемента Описание
DoubleQuote The type is DoubleQuote.
NotQuoted The type is NotQuoted.
SquareBracket The type is SquareBracket.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom