Sdílet prostřednictvím


ModelElementClass.HierarchicalRelationshipClass – vlastnost

Vrátí hierarchické ModelRelationshipClass.

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

Syntaxe

'Deklarace
Public ReadOnly Property HierarchicalRelationshipClass As ModelRelationshipClass
    Get
public ModelRelationshipClass HierarchicalRelationshipClass { get; }
public:
property ModelRelationshipClass^ HierarchicalRelationshipClass {
    ModelRelationshipClass^ get ();
}
member HierarchicalRelationshipClass : ModelRelationshipClass
function get HierarchicalRelationshipClass () : ModelRelationshipClass

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Objekt třídy hierarchického vztahu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElementClass Třída

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

ModelRelationshipClass