Compartir a través de


DatabaseEncryptionKeyExtender.CertificateNames Propiedad

Gets a collection of certificate names.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

DatabaseEncryptionKeyExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo