다음을 통해 공유


MembersWithDataCaption 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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 string that contains 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 부모-자식 계층의 특성 작업.