Partager via


Propriété DatabaseEncryptionKeyExtender.CertificateName

Gets the name of the certificate.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public Property CertificateName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The name of the certificate.

Voir aussi

Référence

DatabaseEncryptionKeyExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo