ModelRelationshipInstance Class
Updated: April 20, 2017
Represents a reference from one TSqlObject to another, which might be unresolved.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | FromObject | Gets the TSqlObject this instance is from. This is the referencing object. |
![]() | Item[ModelPropertyClass^] | Retrieves properties for this relationship instance. |
![]() | Object | Gets the TSqlObject this instance references. This is the referenced object. |
![]() | ObjectName | Gets the ObjectIdentifier representing the name of the referenced object. |
![]() | Relationship | Gets the ModelRelationshipClass this instance represents. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetProperty(ModelPropertyClass^) | Retrieves properties for this relationship instance. |
![]() | GetProperty<T>(ModelPropertyClass^) | Retrieves properties for this relationship instance. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema instance.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

