Share via


ISql90Service.Contracts Property

Gets the list of contracts for which this service may be a target.

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)
IList<ISql90Contract> Contracts { get; }
property IList<ISql90Contract^>^ Contracts {
    IList<ISql90Contract^>^ get ();
}
abstract Contracts : IList<ISql90Contract>
function get Contracts () : IList<ISql90Contract>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Service Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace