共用方式為


RelationshipType 屬性

Gets or sets the RelationshipType definition of the relationship.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property RelationshipType As RelationshipType
    Get
    Set
'用途
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)

屬性值

型別:Microsoft.AnalysisServices. . :: . .RelationshipType
A RelationshipType enumeration value.

備註

RelationshipType values can be: Flexible, Rigid.