مشاركة عبر


AttributePermission.VisualTotals Property

Gets or sets a value that are displayed for members of this attribute (MDX expression). Default value is “0”.

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

Syntax

'Declaration
Public Property VisualTotals As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A value that are displayed for members of this attribute.

See Also

Reference

AttributePermission Class

Microsoft.AnalysisServices Namespace