DatabaseEncryptionType 열거형

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration DatabaseEncryptionType
‘사용 방법
Dim instance As DatabaseEncryptionType
public enum DatabaseEncryptionType
public enum class DatabaseEncryptionType
type DatabaseEncryptionType
public enum DatabaseEncryptionType

멤버

멤버 이름 설명
ServerAsymmetricKey Asymmetric key.
ServerCertificate Server certificate.

주의

The DatabaseEncryptionType enumeration is served by the EncyptionType property.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스