Compartir a través de


ISql90Service.Contracts (Propiedad)

Obtiene la lista de contratos para los que este servicio puede ser un destino.

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

Sintaxis

'Declaración
ReadOnly Property Contracts As IList(Of ISql90Contract)
    Get
IList<ISql90Contract> Contracts { get; }
property IList<ISql90Contract^>^ Contracts {
    IList<ISql90Contract^>^ get ();
}
abstract Contracts : IList<ISql90Contract>
function get Contracts () : IList<ISql90Contract>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90Service Interfaz

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