다음을 통해 공유


RelationshipEnd.Role 속성

Gets or sets the role for this relationship end.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Role As String 
    Get 
    Set
‘사용 방법
Dim instance As RelationshipEnd 
Dim value As String 

value = instance.Role

instance.Role = value
public string Role { get; set; }
public:
property String^ Role {
    String^ get ();
    void set (String^ value);
}
member Role : string with get, set
function get Role () : String 
function set Role (value : String)

속성 값

유형: System.String
The name of the role for the relationship end element.

참고 항목

참조

RelationshipEnd 클래스

Microsoft.AnalysisServices 네임스페이스