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
- 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.