Freigeben über


ISql90Service.Contracts-Eigenschaft

Ruft die Liste der Verträge ab, für die dieser Dienst möglicherweise ein Ziel ist.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90Service Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace