Поделиться через


ISqlFunction.GetFunctionBodyRelationship - метод

Возвращает отношение IModelSingleRelationship между this и связанным объектом ISqlFunctionImplementation.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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>

Возвращаемое значение

Тип: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFunction, ISqlFunctionImplementation>

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlFunction Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен