Proprietà AttributeTranslation.MembersWithDataCaption

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property MembersWithDataCaption As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The text assigned to MembersWithDataCaption.

Vedere anche

Riferimento

AttributeTranslation Classe

Spazio dei nomi Microsoft.AnalysisServices