DatabaseEncryptionKeyExtender.CertificateName 속성

Gets the name of the certificate.

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

구문

‘선언
<ExtendedPropertyAttribute> _
Public Property CertificateName As String 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As String 

value = instance.CertificateName

instance.CertificateName = value
[ExtendedPropertyAttribute]
public string CertificateName { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ CertificateName {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member CertificateName : string with get, set
function get CertificateName () : String 
function set CertificateName (value : String)

속성 값

유형: System.String
The name of the certificate.

참고 항목

참조

DatabaseEncryptionKeyExtender 클래스

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