Share via


ISql90Aggregate.GetReturnTypeRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlTypeSpecifier.

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

Syntax

'Declaration
Function GetReturnTypeRelationship As IModelSingleRelationship(Of ISql90Aggregate, ISqlTypeSpecifier)
IModelSingleRelationship<ISql90Aggregate, ISqlTypeSpecifier> GetReturnTypeRelationship()
IModelSingleRelationship<ISql90Aggregate^, ISqlTypeSpecifier^>^ GetReturnTypeRelationship()
abstract GetReturnTypeRelationship : unit -> IModelSingleRelationship<ISql90Aggregate, ISqlTypeSpecifier> 
function GetReturnTypeRelationship() : IModelSingleRelationship<ISql90Aggregate, ISqlTypeSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Aggregate, ISqlTypeSpecifier>

.NET Framework Security

See Also

Reference

ISql90Aggregate Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace