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