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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.