Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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. |