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

Specifies the database encryption key algorithms.

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

Синтаксис

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

Элементы

Имя элемента Описание
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.

См. также

Справочник

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