共用方式為


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
String