Sdílet prostřednictvím


ISqlFunction.GetTypeRelationship – metoda

Vrátí IModelSingleRelationship mezi this a přidruženého ISqlTypeSpecifier.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Function GetTypeRelationship As IModelSingleRelationship(Of ISqlFunction, ISqlTypeSpecifier)
IModelSingleRelationship<ISqlFunction, ISqlTypeSpecifier> GetTypeRelationship()
IModelSingleRelationship<ISqlFunction^, ISqlTypeSpecifier^>^ GetTypeRelationship()
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ISqlFunction, ISqlTypeSpecifier> 
function GetTypeRelationship() : IModelSingleRelationship<ISqlFunction, ISqlTypeSpecifier>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlFunction Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů