Condividi tramite


Metodo ISqlFunction.GetFunctionBodyRelationship

Restituisce un oggetto IModelSingleRelationship tra this e l'oggetto ISqlFunctionImplementation associato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFunction Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel