Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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. |