次の方法で共有


DimensionAttribute.MembersWithDataCaption プロパティ

システムで生成されたデータ メンバーにキャプションを作成するために使用されるテンプレート文字列を取得します。値の設定も可能です。

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

構文

'宣言
Public Property MembersWithDataCaption As String 
    Get 
    Set
'使用
Dim instance As DimensionAttribute 
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 パラメーターの値は親属性でのみ使用し (つまり、Usage プロパティの値を Parent に設定します)、親属性のデータ メンバーのキャプションを指定します。 データ メンバーの詳細については、「親子階層の属性」を参照してください。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間