Proprietà ISql90Service.Contracts

Ottiene l'elenco di contratti per il quale è possibile che questo servizio rappresenti la destinazione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Service Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel