次の方法で共有


AttributeTranslation.MembersWithDataCaption プロパティ

AttributeTranslation オブジェクトに関連付けられたデータ キャプションを含むメンバーを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property MembersWithDataCaption As String 
    Get 
    Set
'使用
Dim instance As AttributeTranslation 
Dim value As String 

value = instance.MembersWithDataCaption

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

プロパティ値

型: System.String
MembersWithDataCaption に割り当てられたテキストです。

関連項目

参照

AttributeTranslation クラス

Microsoft.AnalysisServices 名前空間