다음을 통해 공유


AttributeRelationship.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.

참고 항목

참조

AttributeRelationship 클래스

Microsoft.AnalysisServices 네임스페이스