AlterResourceGovernorCommandType Enumeration
Represents the types of alter resource governor command.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AlterResourceGovernorCommandType
'Usage
Dim instance As AlterResourceGovernorCommandType
[SerializableAttribute]
public enum AlterResourceGovernorCommandType
[SerializableAttribute]
public enum class AlterResourceGovernorCommandType
[<SerializableAttribute>]
type AlterResourceGovernorCommandType
public enum AlterResourceGovernorCommandType
Members
Member name | Description | |
---|---|---|
ClassifierFunction | Type is ClassifierFunction. | |
Disable | Type is Disable. | |
Reconfigure | Type is Reconfigure. | |
ResetStatistics | Type is ResetStatistics. | |
Unknown | Type is Unknown. |