Proprietà AttributePermission.VisualTotals
Gets or sets a value that are displayed for members of this attribute (MDX expression). Default value is “0”.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property VisualTotals As String
Get
Set
'Utilizzo
Dim instance As AttributePermission
Dim value As String
value = instance.VisualTotals
instance.VisualTotals = value
public string VisualTotals { get; set; }
public:
property String^ VisualTotals {
String^ get ();
void set (String^ value);
}
member VisualTotals : string with get, set
function get VisualTotals () : String
function set VisualTotals (value : String)
Valore proprietà
Tipo: System.String
A value that are displayed for members of this attribute.