共用方式為


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 命名空間