Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the types of alter master key options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AlterMasterKeyOption
'Usage
Dim instance As AlterMasterKeyOption
[SerializableAttribute]
public enum AlterMasterKeyOption
[SerializableAttribute]
public enum class AlterMasterKeyOption
[<SerializableAttribute>]
type AlterMasterKeyOption
public enum AlterMasterKeyOption
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |