ISqlFunction.GetFunctionBodyRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlFunctionImplementation.

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

Syntax

'Declaration
Function GetFunctionBodyRelationship As IModelSingleRelationship(Of ISqlFunction, ISqlFunctionImplementation)
IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation> GetFunctionBodyRelationship()
IModelSingleRelationship<ISqlFunction^, ISqlFunctionImplementation^>^ GetFunctionBodyRelationship()
abstract GetFunctionBodyRelationship : unit -> IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation> 
function GetFunctionBodyRelationship() : IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation>

.NET Framework Security

See Also

Reference

ISqlFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace