AlterResourceGovernorCommandType 枚举

Represents the types of alter resource governor command.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration AlterResourceGovernorCommandType
用法
Dim instance As AlterResourceGovernorCommandType
[SerializableAttribute]
public enum AlterResourceGovernorCommandType
[SerializableAttribute]
public enum class AlterResourceGovernorCommandType
[<SerializableAttribute>]
type AlterResourceGovernorCommandType
public enum AlterResourceGovernorCommandType

成员

成员名称 说明
ClassifierFunction Type is ClassifierFunction.
Disable Type is Disable.
Reconfigure Type is Reconfigure.
ResetStatistics Type is ResetStatistics.
Unknown Type is Unknown.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间