DatabaseEncryptionType Enumeration
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 | |
---|---|---|
ServerCertificate | ||
ServerAsymmetricKey |
Remarks
The DatabaseEncryptionType enumeration is served by the EncyptionType() property.