Partager via


Propriété DatabaseEncryptionKeyExtender.CertificateNames

Gets a collection of certificate names.

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

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property CertificateNames As StringCollection 
    Get
'Utilisation
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As StringCollection 

value = instance.CertificateNames
[ExtendedPropertyAttribute]
public StringCollection CertificateNames { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ CertificateNames {
    StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member CertificateNames : StringCollection
function get CertificateNames () : StringCollection

Valeur de propriété

Type : System.Collections.Specialized.StringCollection
A collection of certificate names.

Voir aussi

Référence

DatabaseEncryptionKeyExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo