Share via


ISql90Service.GetContractsRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90Contract.

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

Syntax

'Declaration
Function GetContractsRelationship As IModelMultiRelationship(Of ISql90Service, ISql90Contract)
IModelMultiRelationship<ISql90Service, ISql90Contract> GetContractsRelationship()
IModelMultiRelationship<ISql90Service^, ISql90Contract^>^ GetContractsRelationship()
abstract GetContractsRelationship : unit -> IModelMultiRelationship<ISql90Service, ISql90Contract> 
function GetContractsRelationship() : IModelMultiRelationship<ISql90Service, ISql90Contract>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90Service, ISql90Contract>

.NET Framework Security

See Also

Reference

ISql90Service Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace