AttributeRelationship.RelationshipType Property

Gets or sets the RelationshipType definition of the relationship.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property RelationshipType As RelationshipType 
    Get 
    Set
'Usage
Dim instance As AttributeRelationship 
Dim value As RelationshipType 

value = instance.RelationshipType

instance.RelationshipType = value
public RelationshipType RelationshipType { get; set; }
public:
property RelationshipType RelationshipType {
    RelationshipType get ();
    void set (RelationshipType value);
}
member RelationshipType : RelationshipType with get, set
function get RelationshipType () : RelationshipType 
function set RelationshipType (value : RelationshipType)

Property Value

Type: Microsoft.AnalysisServices.RelationshipType
A RelationshipType enumeration value.

Remarks

RelationshipType values can be: Flexible, Rigid.

See Also

Reference

AttributeRelationship Class

Microsoft.AnalysisServices Namespace