共用方式為


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 命名空間