Compartilhar via


Enumeração ImportanceParameterType

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Enumeration ImportanceParameterType
'Uso
Dim instance As ImportanceParameterType
[SerializableAttribute]
public enum ImportanceParameterType
[SerializableAttribute]
public enum class ImportanceParameterType
[<SerializableAttribute>]
type ImportanceParameterType
public enum ImportanceParameterType

Membros

Nome do membro Descrição
High The type is high.
Low The type is low.
Medium The type is medium.
Unknown The type is unknown.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom