Compartir a través de


AttributeTranslation.MembersWithDataCaption Propiedad

Gets or sets the members with a data caption associated with an AttributeTranslation object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property MembersWithDataCaption As String 
    Get 
    Set
'Uso
Dim instance As AttributeTranslation 
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 de la propiedad

Tipo: System.String
The text assigned to MembersWithDataCaption.

Vea también

Referencia

AttributeTranslation Clase

Espacio de nombres Microsoft.AnalysisServices