Freigeben über


DatabaseEncryptionKeyExtender.CertificateNames-Eigenschaft

Gets a collection of certificate names.

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

Syntax

'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property CertificateNames As StringCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

DatabaseEncryptionKeyExtender Klasse

Microsoft.SqlServer.Management.Smo-Namespace