DatabaseEncryptionKeyExtender.CertificateName プロパティ

証明書の名前を取得します。

名前空間:  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
証明書の名前です。

関連項目

参照

DatabaseEncryptionKeyExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間