DimensionAttribute.MembersWithDataCaption Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public string MembersWithDataCaption { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ MembersWithDataCaption {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member MembersWithDataCaption : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property MembersWithDataCaption As String

Property Value

Type: System.String

A template string that is used to create captions for system-generated data members.

Remarks

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 Attributes in Parent-Child Hierarchies.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top