Partager via


Propriété DatabaseEncryptionKeyExtender.AsymmetricKeyNames

Gets a collection of asymmetric key names.

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

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property AsymmetricKeyNames As StringCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DatabaseEncryptionKeyExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo