Freigeben über


ISqlFunction.GetFunctionBodyRelationship-Methode

Gibt eine IModelSingleRelationship zwischen this und dem zugeordneten ISqlFunctionImplementation zurück.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlFunction Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace