Relationship Class
Updated: May 24, 2016
Represents a logical relationship between two Table objects. It is a child of a Model object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Relationship
Microsoft.AnalysisServices.Tabular::SingleColumnRelationship
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current Relationship. |
![]() | CrossFilteringBehavior | Gets or sets the cross filtering behavior in the relationship. |
![]() | FromTable | Gets or sets the starting table in a directional table relationship. |
![]() | IsActive | Gets or sets a value that indicates whether the column is active. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | JoinOnDateBehavior | Gets or sets the join on date behavior for this property. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and time of the object at which was last modified. |
![]() | Name | Gets or sets the name of the column. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | RefreshedTime | Gets or sets the updated date and time for the object. |
![]() | RelyOnReferentialIntegrity | Gets or sets a value that indicates whether if the object relies on referential integrity. |
![]() | SecurityFilteringBehavior | Gets or sets the security filtering behavior. |
![]() | State | Gets or sets the relationship state. |
![]() | ToTable | Gets the destination table in a directional table relationship. |
![]() | Type | Gets the type of the Relationship object. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Relationship object. |
![]() | CopyFrom(Relationship^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(Relationship^) | Copies a Relationship object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


