Sdílet prostřednictvím


IDatabaseTypeSpecifier.GetTypeRelationship – metoda

Získává IModelSingleRelationship mezi touto IDatabaseTypeSpecifier a související IDatabaseType.

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

Syntaxe

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

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDatabaseTypeSpecifier Rozhraní

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