แชร์ผ่าน


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)

Property Value

A RelationshipType enumeration value.

Remarks

RelationshipType values can be: Flexible, Rigid.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AttributeRelationship Class
AttributeRelationship Members
Microsoft.AnalysisServices Namespace