Свойство DatabaseEncryptionKeyExtender.AsymmetricKeyNames

Gets a collection of asymmetric key names.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public ReadOnly Property AsymmetricKeyNames As StringCollection 
    Get
'Применение
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

Значение свойства

Тип: System.Collections.Specialized.StringCollection
A collection of asymmetric key names.

См. также

Справочник

DatabaseEncryptionKeyExtender Класс

Пространство имен Microsoft.SqlServer.Management.Smo