Freigeben über


DatabaseEncryptionKeyExtender.AsymmetricKeyNames-Eigenschaft

Gets a collection of asymmetric key names.

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

Syntax

'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property AsymmetricKeyNames As StringCollection 
    Get
'Usage
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As StringCollection 

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

Eigenschaftswert

Typ: System.Collections.Specialized.StringCollection
A collection of asymmetric key names.

Siehe auch

Verweis

DatabaseEncryptionKeyExtender Klasse

Microsoft.SqlServer.Management.Smo-Namespace