Partager via


ISql90Service.Contracts, propriété

Obtient la liste des contrats pour lesquels ce service peut être une cible.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90Service Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms