Freigeben über


DatabaseEncryptionKeyAlgorithm-Enumeration

Specifies the database encryption key algorithms.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration DatabaseEncryptionKeyAlgorithm
'Usage
Dim instance As DatabaseEncryptionKeyAlgorithm
public enum DatabaseEncryptionKeyAlgorithm
public enum class DatabaseEncryptionKeyAlgorithm
type DatabaseEncryptionKeyAlgorithm
public enum DatabaseEncryptionKeyAlgorithm

Elemente

Elementname Beschreibung
Aes128 The algorithm is Aes128.
Aes192 The algorithm is Aes192.
Aes256 The algorithm is Aes256.
None The algorithm is None.
TripleDes3Key The algorithm is TripleDes3Key.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace