Partager via


Énumération ImportanceParameterType

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration ImportanceParameterType
'Utilisation
Dim instance As ImportanceParameterType
[SerializableAttribute]
public enum ImportanceParameterType
[SerializableAttribute]
public enum class ImportanceParameterType
[<SerializableAttribute>]
type ImportanceParameterType
public enum ImportanceParameterType

Membres

Nom de membre Description
High The type is high.
Low The type is low.
Medium The type is medium.
Unknown The type is unknown.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom