Enumeração AlterResourceGovernorCommandType
Represents the types of alter resource governor command.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration AlterResourceGovernorCommandType
'Uso
Dim instance As AlterResourceGovernorCommandType
[SerializableAttribute]
public enum AlterResourceGovernorCommandType
[SerializableAttribute]
public enum class AlterResourceGovernorCommandType
[<SerializableAttribute>]
type AlterResourceGovernorCommandType
public enum AlterResourceGovernorCommandType
Membros
Nome do membro | Descrição | |
---|---|---|
ClassifierFunction | Type is ClassifierFunction. | |
Disable | Type is Disable. | |
Reconfigure | Type is Reconfigure. | |
ResetStatistics | Type is ResetStatistics. | |
Unknown | Type is Unknown. |