Compartilhar via


Propriedade do RDL DimensionAttribute.MembersWithDataCaption

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

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

Sintaxe

'Declaração
Public Property MembersWithDataCaption As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

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 Atributos em hierarquias pai-filho.

Consulte também

Referência

DimensionAttribute Classe

Namespace Microsoft.AnalysisServices