SingleColumnRelationship Class
Updated: May 24, 2016
SingleColumnRelationship 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 | |
|---|---|---|
![]() | SingleColumnRelationship() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current Relationship. (Inherited from Relationship.) |
![]() | CrossFilteringBehavior | Gets or sets the cross filtering behavior in the relationship.(Inherited from Relationship.) |
![]() | FromCardinality | Gets or sets the relationship from cardinality. |
![]() | FromColumn | Gets or sets the starting column in a single column relationship. |
![]() | FromTable | Gets or sets the starting table in a directional table relationship. (Inherited from Relationship.) |
![]() | IsActive | Gets or sets a value that indicates whether the column is active. (Inherited from Relationship.) |
![]() | 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. (Inherited from Relationship.) |
![]() | 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.(Inherited from Relationship.) |
![]() | Name | Gets or sets the name of the column. (Inherited from Relationship.) |
![]() | ObjectType | Gets the type of the object. (Inherited from Relationship.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Inherited from Relationship.) |
![]() | RefreshedTime | Gets or sets the updated date and time for the object. (Inherited from Relationship.) |
![]() | RelyOnReferentialIntegrity | Gets or sets a value that indicates whether if the object relies on referential integrity.(Inherited from Relationship.) |
![]() | SecurityFilteringBehavior | Gets or sets the security filtering behavior. (Inherited from Relationship.) |
![]() | State | Gets or sets the relationship state. (Inherited from Relationship.) |
![]() | ToCardinality | Gets or sets the end of the cardinality relationship. |
![]() | ToColumn | Gets or sets the destination column in a single column relationship. |
![]() | ToTable | Gets the destination table in a directional table relationship. (Inherited from Relationship.) |
![]() | Type | Gets the type of the Relationship object. (Inherited from Relationship.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Relationship object. (Inherited from Relationship.) |
![]() | CopyFrom(Relationship^) | Obsolete. Deprecated. Use CopyTo method instead. (Inherited from Relationship.) |
![]() | CopyTo(Relationship^) | Copies a Relationship object to the specified object. (Inherited from Relationship.) |
![]() | 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. (Inherited from Relationship.) |
![]() | RequestRename(String^) | Request rename of this object. (Inherited from Relationship.) |
![]() | 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.


