共用方式為


DimensionAttribute.MembersWithDataCaption 屬性

Gets or sets a template string that is used to create captions for system-generated data members.

命名空間:  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
A template string that is used to create captions for system-generated data members.

備註

The value of the MembersWithDataCaption parameter is used only by parent attributes (that is, the value of the Usage property is set to Parent) to determine the caption of data members in the parent attribute. For more information about data members, see 父子式階層中的屬性.

請參閱

參考

DimensionAttribute 類別

Microsoft.AnalysisServices 命名空間