ModelRelationshipInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a reference from one TSqlObject to another, which might be unresolved.
public sealed class ModelRelationshipInstance
type ModelRelationshipInstance = class
Public NotInheritable Class ModelRelationshipInstance
- Inheritance
-
ModelRelationshipInstance
Remarks
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema
instance.
Properties
FromObject |
The TSqlObject this instance is from. This is the referencing object |
Item[ModelPropertyClass] |
Retrieves properties for this relationship instance. |
Object |
The TSqlObject this instance references. This is the referenced object. |
ObjectName |
The ObjectIdentifier representing the name of the referenced object. |
Relationship |
The ModelRelationshipClass this instance represents. |
Methods
GetProperty(ModelPropertyClass) |
Retrieves properties for this relationship instance. |
GetProperty<T>(ModelPropertyClass) |
Retrieves properties for this relationship instance. |