Compartilhar via


Propriedade ISql90Assembly.Certificates

Obtém a lista de certificados que estão associadas este assembly.

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

Sintaxe

'Declaração
ReadOnly Property Certificates As IList(Of ISql90Certificate)
    Get
IList<ISql90Certificate> Certificates { get; }
property IList<ISql90Certificate^>^ Certificates {
    IList<ISql90Certificate^>^ get ();
}
abstract Certificates : IList<ISql90Certificate>
function get Certificates () : IList<ISql90Certificate>

Valor de propriedade

Tipo: System.Collections.Generic.IList<ISql90Certificate>

Segurança do .NET Framework

Consulte também

Referência

ISql90Assembly Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel