Share via


ISql90SoapMethodSpecification.GetRelatedMethodRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Subroutine.

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

Syntax

'Declaration
Function GetRelatedMethodRelationship As IModelSingleRelationship(Of ISql90SoapMethodSpecification, ISql90Subroutine)
IModelSingleRelationship<ISql90SoapMethodSpecification, ISql90Subroutine> GetRelatedMethodRelationship()
IModelSingleRelationship<ISql90SoapMethodSpecification^, ISql90Subroutine^>^ GetRelatedMethodRelationship()
abstract GetRelatedMethodRelationship : unit -> IModelSingleRelationship<ISql90SoapMethodSpecification, ISql90Subroutine> 
function GetRelatedMethodRelationship() : IModelSingleRelationship<ISql90SoapMethodSpecification, ISql90Subroutine>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90SoapMethodSpecification, ISql90Subroutine>

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace