Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |