Dela via


ISql90Assembly.AsymmetricKeys Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property AsymmetricKeys As IList(Of ISql90AsymmetricKey)
'Usage
Dim instance As ISql90Assembly 
Dim value As IList(Of ISql90AsymmetricKey)

value = instance.AsymmetricKeys
IList<ISql90AsymmetricKey> AsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ AsymmetricKeys {
    IList<ISql90AsymmetricKey^>^ get ();
}
function get AsymmetricKeys () : IList<ISql90AsymmetricKey>

Property Value

Type: System.Collections.Generic.IList<ISql90AsymmetricKey>

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

ISql90Assembly Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace