共用方式為


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 命名空間