IDatabase.AsymmetricKeys Property

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>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IAsymmetricKey>
The IMetadataCollection<T> of IAsymmetricKey that contains all asymmetric keys in the database.

See Also

Reference

IDatabase Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace