Énumération DatabaseEncryptionType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration DatabaseEncryptionType
'Utilisation
Dim instance As DatabaseEncryptionType
public enum DatabaseEncryptionType
public enum class DatabaseEncryptionType
type DatabaseEncryptionType
public enum DatabaseEncryptionType

Membres

Nom de membre Description
ServerCertificate Server certificate.
ServerAsymmetricKey Asymmetric key.

Notes

The DatabaseEncryptionType enumeration is served by the EncyptionType()()()() property.