RelationshipClass Class
The metadata class for relationships.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class RelationshipClass
'Usage
Dim instance As RelationshipClass
public sealed class RelationshipClass
public ref class RelationshipClass sealed
public final class RelationshipClass
[<SealedAttribute>]
type RelationshipClass = class end
Remarks
ModelStore metadata classes provide access to the structure and instance data within a ModelStore instance at a level lower than the facade layer.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.RelationshipClass
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.