RelationshipEnd 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.
Defines an end of a one-to-many relationship between dimensions.
public class RelationshipEnd : Microsoft.AnalysisServices.ModelComponent
type RelationshipEnd = class
inherit ModelComponent
Public Class RelationshipEnd
Inherits ModelComponent
- Inheritance
Properties
Annotations |
Gets a collection within which you can store custom data. (Inherited from ModelComponent) |
Attributes |
Gets the attributes used as keys (primary or foreign) in a one-to-many relationship between dimensions. |
DimensionID |
Specifies the dimension associated with the relationship end. |
FriendlyName |
Gets the friendly name of the RelationshipEnd object. |
KeyForCollection |
Gets the key that is used in the collections. |
Multiplicity |
Gets or sets the multiplicity value for the relationship. |
OwningCollection |
Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent) |
Parent |
Gets the IModelComponent object that is the parent of the ModelComponent object. (Inherited from ModelComponent) |
Role |
Gets or sets the name of the relationship end, to be used by reporting tools. |
Translations |
Gets the collection of translations that are associated with the object. |
VisualizationProperties |
Gets or sets the properties that can be used by reporting tools to provide enhanced formatting. |
Methods
AddToContainer(IContainer) |
Adds the ModelComponent object to the specified container. (Inherited from ModelComponent) |
AfterInsert(Int32) |
Displays a ModelComponent object after added to the specified index. (Inherited from ModelComponent) |
AfterMove(Int32, Int32) |
Displays a ModelComponent object after moving to the specified index. (Inherited from ModelComponent) |
AfterRemove(ModelComponentCollection) |
Displays a ModelComponentCollection after a ModelComponent object is removed. (Inherited from ModelComponent) |
BeforeRemove(Boolean) |
Removes the ModelComponent object before the cleanup. (Inherited from ModelComponent) |
CopyTo(ModelComponent) |
Copies a ModelComponent object to the specified object. (Inherited from ModelComponent) |
CopyTo(RelationshipEnd) |
Copies the content of this object to another object (the destination). |
RemoveFromContainer(IContainer) |
Removes the ModelComponent object from the specified container. (Inherited from ModelComponent) |
Reset() |
Resets the component to an initial state. (Inherited from ModelComponent) |
Submit() |
Submits a ModelComponent object. (Inherited from ModelComponent) |
Submit(Boolean) |
Submits a ModelComponent object. (Inherited from ModelComponent) |
ToString() |
Returns a string that represents the current object. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Indicates whether a ModelComponent object is valid. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection, Boolean) |
Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection) |
Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent) |
Explicit Interface Implementations
IHostableComponent.Host | (Inherited from ModelComponent) |
IModelComponent.FriendlyPath | (Inherited from ModelComponent) |
IModelComponent.OwningCollection | (Inherited from ModelComponent) |