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

Specifies the types of alter master key options.

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration AlterMasterKeyOption
'Применение
Dim instance As AlterMasterKeyOption
[SerializableAttribute]
public enum AlterMasterKeyOption
[SerializableAttribute]
public enum class AlterMasterKeyOption
[<SerializableAttribute>]
type AlterMasterKeyOption
public enum AlterMasterKeyOption

Элементы

Имя элемента Описание
AddEncryptionByPassword Option is add encryption by password.
AddEncryptionByServiceMasterKey Option is add encryption by service master key.
DropEncryptionByPassword Option is drop encryption by password.
DropEncryptionByServiceMasterKey Option is drop encryption by service master key.
ForceRegenerate Option is force regenerate.
None Option is none.
Regenerate Option is regenerate.

См. также

Справочник

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