Compartir a través de


ISql90Assembly.Certificates (Propiedad)

Obtiene la lista de certificados asociados a este ensamblado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90Assembly Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)