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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.