Compartilhar via


Propriedade do RDL DatabaseEncryptionKeyExtender.CertificateNames

Gets a collection of certificate names.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property CertificateNames As StringCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

DatabaseEncryptionKeyExtender Classe

Namespace Microsoft.SqlServer.Management.Smo