DatabaseEncryptionKeyExtender.AsymmetricKeyNames プロパティ

非対称キー名のコレクションを取得します。

名前空間:  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
非対称キー名のコレクションです。

関連項目

参照

DatabaseEncryptionKeyExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間