Freigeben über


AttributeRelationship.RelationshipType Property

Gets or sets the RelationshipType definition of the relationship.

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

Syntax

'Declaration
<DefaultValueAttribute(RelationshipType.Flexible)> _
Public Property RelationshipType As RelationshipType
[DefaultValueAttribute(RelationshipType.Flexible)] 
public RelationshipType RelationshipType { get; set; }
[DefaultValueAttribute(RelationshipType::Flexible)] 
public:
property RelationshipType RelationshipType {
    RelationshipType get ();
    void set (RelationshipType value);
}
/** @property */
public RelationshipType get_RelationshipType ()

/** @property */
public void set_RelationshipType (RelationshipType value)
public function get RelationshipType () : RelationshipType

public function set RelationshipType (value : RelationshipType)

Eigenschaftswert

A RelationshipType enumeration value.

Hinweise

RelationshipType values can be: Flexible, Rigid.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

AttributeRelationship Class
AttributeRelationship Members
Microsoft.AnalysisServices Namespace