ISql90ContractMessageSpecifier.GetMessageTypeRelationship Method

Returns an IModelSingleiRelationship between this and the associated ISql90MessageType.

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

Syntax

'Declaration
Function GetMessageTypeRelationship As IModelSingleRelationship(Of ISql90ContractMessageSpecifier, ISql90MessageType)
IModelSingleRelationship<ISql90ContractMessageSpecifier, ISql90MessageType> GetMessageTypeRelationship()
IModelSingleRelationship<ISql90ContractMessageSpecifier^, ISql90MessageType^>^ GetMessageTypeRelationship()
abstract GetMessageTypeRelationship : unit -> IModelSingleRelationship<ISql90ContractMessageSpecifier, ISql90MessageType> 
function GetMessageTypeRelationship() : IModelSingleRelationship<ISql90ContractMessageSpecifier, ISql90MessageType>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90ContractMessageSpecifier, ISql90MessageType>

.NET Framework Security

See Also

Reference

ISql90ContractMessageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace