Freigeben über


AsymmetricKeys-Eigenschaft

Gets a collection of all asymmetric keys in the database.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property AsymmetricKeys As IMetadataCollection(Of IAsymmetricKey)
    Get
'Usage
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>

Eigenschaftswert

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