AsymmetricKeys 属性

Gets a collection of all asymmetric keys in the database.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property AsymmetricKeys As IMetadataCollection(Of IAsymmetricKey)
    Get
用法
Dim instance As IDatabase
Dim value As IMetadataCollection(Of IAsymmetricKey)

value = instance.AsymmetricKeys
IMetadataCollection<IAsymmetricKey> AsymmetricKeys { get; }
property IMetadataCollection<IAsymmetricKey^>^ AsymmetricKeys {
    IMetadataCollection<IAsymmetricKey^>^ get ();
}
abstract AsymmetricKeys : IMetadataCollection<IAsymmetricKey>
function get AsymmetricKeys () : IMetadataCollection<IAsymmetricKey>

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IAsymmetricKey> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IAsymmetricKey that contains all asymmetric keys in the database.