ModelElementClass.RelationshipClasses Property
Gets a list of relationship classes for this element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property RelationshipClasses As IList(Of ModelRelationshipClass)
public IList<ModelRelationshipClass> RelationshipClasses { get; }
public:
property IList<ModelRelationshipClass^>^ RelationshipClasses {
IList<ModelRelationshipClass^>^ get ();
}
member RelationshipClasses : IList<ModelRelationshipClass>
function get RelationshipClasses () : IList<ModelRelationshipClass>
Property Value
Type: System.Collections.Generic.IList<ModelRelationshipClass>
A list of relationships.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.