Partager via


É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
ServerAsymmetricKey Asymmetric key.
ServerCertificate Server certificate.

Notes

The DatabaseEncryptionType enumeration is served by the EncyptionType property.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo