RelationshipEndVisualizationProperties Class
Represents the visualization properties of the relationship end.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.RelationshipEndVisualizationProperties
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Class RelationshipEndVisualizationProperties
'Usage
Dim instance As RelationshipEndVisualizationProperties
public class RelationshipEndVisualizationProperties
public ref class RelationshipEndVisualizationProperties
type RelationshipEndVisualizationProperties = class end
public class RelationshipEndVisualizationProperties
The RelationshipEndVisualizationProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RelationshipEndVisualizationProperties | Initializes a new instance of the RelationshipEndVisualizationProperties class. |
Top
Properties
Name | Description | |
---|---|---|
CommonIdentifierPosition | Gets or sets the exact position of the common identifier. | |
ContextualNameRule | Gets or sets the contextual name rule. | |
DefaultDetailsPosition | Gets or sets the default details of the exact position of the common identifier. | |
DisplayKeyPosition | Gets or sets the exact position of the display key. | |
FolderPosition | Gets or sets the exact position of the folder. | |
IsDefaultImage | Gets or sets a value that indicates whether the image is the default image. | |
IsDefaultMeasure | Gets or sets a value that indicates whether the measure is the default measure. | |
SortPropertiesPosition | Gets or sets the exact position of the sorting properties attribute. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.