次の方法で共有


RelationshipEnd.Role プロパティ

このリレーションシップ 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
リレーションシップ End 要素のロール名です。

関連項目

参照

RelationshipEnd クラス

Microsoft.AnalysisServices 名前空間