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)