Share via


ModelElementClass.RelationshipClasses-Eigenschaft

Ruft eine Liste mit Beziehungsklassen für dieses Element ab.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ModelRelationshipClass>
Eine Liste mit Beziehungen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelElementClass Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

ModelRelationshipClass