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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.