Поделиться через


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

The DatabaseEncryptionType enumeration contains values that are used to specify the encryption types.

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

Синтаксис

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

Элементы

Имя элемента Описание
ServerAsymmetricKey Asymmetric key.
ServerCertificate Server certificate.

Замечания

The DatabaseEncryptionType enumeration is served by the EncyptionType property.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo