Freigeben über


AttributeRelationship.RelationshipType-Eigenschaft

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)

Eigenschaftswert

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

Hinweise

RelationshipType values can be: Flexible, Rigid.

Siehe auch

Verweis

AttributeRelationship Klasse

Microsoft.AnalysisServices-Namespace