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 命名空间