Перечисление AlterServiceMasterKeyOption

Specifies an alter service master key option.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Enumeration AlterServiceMasterKeyOption
'Применение
Dim instance As AlterServiceMasterKeyOption
public enum AlterServiceMasterKeyOption
public enum class AlterServiceMasterKeyOption
type AlterServiceMasterKeyOption
public enum AlterServiceMasterKeyOption

Элементы

Имя элемента Описание
ForceRegenerate The option is force regenerate.
None The option is none.
Regenerate The option is regenerate.
WithNewAccount The option is with new account.
WithOldAccount The option is with old account.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom