Dela via


ISqlFunction.GetFunctionBodyRelationship Method

Returns a function body relationship collection.

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

Syntax

'Declaration
Function GetFunctionBodyRelationship As IModelSingleRelationship(Of ISqlFunction, ISqlFunctionImplementation)
'Usage
Dim instance As ISqlFunction 
Dim returnValue As IModelSingleRelationship(Of ISqlFunction, ISqlFunctionImplementation)

returnValue = instance.GetFunctionBodyRelationship()
IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation> GetFunctionBodyRelationship()
IModelSingleRelationship<ISqlFunction^, ISqlFunctionImplementation^>^ GetFunctionBodyRelationship()
function GetFunctionBodyRelationship() : IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlFunction Interface

ISqlFunction Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace