次の方法で共有


ImportanceParameterType 列挙体

CREATE/ALTER WORKLOAD GROUP ステートメントと CREATE SPATIAL INDEX ステートメントの importance パラメーターの可能な値を指定します。

名前空間:  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 種類は high です。
Low 種類は low です。
Medium 種類は medium です。
Unknown 種類は unknown です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間