ISql90Assembly.Certificates Property

Gets a list of certificates.

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

Syntax

'Declaration
ReadOnly Property Certificates As IList(Of ISql90Certificate)
    Get
'Usage
Dim instance As ISql90Assembly
Dim value As IList(Of ISql90Certificate)

value = instance.Certificates
IList<ISql90Certificate> Certificates { get; }
property IList<ISql90Certificate^>^ Certificates {
    IList<ISql90Certificate^>^ get ();
}
function get Certificates () : IList<ISql90Certificate>
abstract Certificates : IList<ISql90Certificate>

Property Value

Type: System.Collections.Generic.IList<ISql90Certificate>
Returns a list of ISql90Certificate instances.

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

ISql90Assembly Members

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