Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DatabaseEncryptionType enumeration contains values that are used to specify the encryption types.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration DatabaseEncryptionType
'Usage
Dim instance As DatabaseEncryptionType
public enum DatabaseEncryptionType
public enum class DatabaseEncryptionType
type DatabaseEncryptionType
public enum DatabaseEncryptionType
Members
Member name | Description | |
---|---|---|
ServerAsymmetricKey | Asymmetric key. | |
ServerCertificate | Server certificate. |
Remarks
The DatabaseEncryptionType enumeration is served by the EncyptionType property.