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
- 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.