Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.