Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a list of forward relationship classes.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ForwardRelationshipClasses As IList(Of RelationshipClass)
'Usage
Dim instance As RelationshipClass
Dim value As IList(Of RelationshipClass)
value = instance.ForwardRelationshipClasses
public IList<RelationshipClass> ForwardRelationshipClasses { get; }
public:
property IList<RelationshipClass^>^ ForwardRelationshipClasses {
IList<RelationshipClass^>^ get ();
}
public function get ForwardRelationshipClasses () : IList<RelationshipClass>
Property Value
Type: System.Collections.Generic.IList<RelationshipClass>
.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.