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 네임스페이스