Compartir a través de


Enumeración ImportanceParameterType

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Enumeration ImportanceParameterType
'Uso
Dim instance As ImportanceParameterType
[SerializableAttribute]
public enum ImportanceParameterType
[SerializableAttribute]
public enum class ImportanceParameterType
[<SerializableAttribute>]
type ImportanceParameterType
public enum ImportanceParameterType

Miembros

Nombre del miembro Descripción
High The type is high.
Low The type is low.
Medium The type is medium.
Unknown The type is unknown.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom