Compartilhar via


Propriedade ISql90Service.Contracts

Obtém a lista de contratos para a qual este serviço pode ser um destino.

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

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90Service Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel