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

Specifies the possible values for importance parameter in CREATE/ALTER WORKLOAD GROUP and CREATE SPATIAL INDEX statements.

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

Синтаксис

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

Элементы

Имя элемента Описание
High The type is high.
Low The type is low.
Medium The type is medium.
Unknown The type is unknown.

См. также

Справочник

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