Sdílet prostřednictvím


ModelElementClass.RelationshipClasses – vlastnost

Získá seznam tříd vztah pro tento prvek.

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

Syntaxe

'Deklarace
Public ReadOnly Property RelationshipClasses As IList(Of ModelRelationshipClass)
    Get
public IList<ModelRelationshipClass> RelationshipClasses { get; }
public:
property IList<ModelRelationshipClass^>^ RelationshipClasses {
    IList<ModelRelationshipClass^>^ get ();
}
member RelationshipClasses : IList<ModelRelationshipClass>
function get RelationshipClasses () : IList<ModelRelationshipClass>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<ModelRelationshipClass>
Seznam vztahů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElementClass Třída

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

ModelRelationshipClass