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 に設定します)、親属性のデータ メンバのキャプションを指定します。データ メンバの詳細については、「親子階層での属性の操作」を参照してください。