Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the name of the unit that appears next to a value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Units As String
Get
Set
'Usage
Dim instance As DimensionAttributeVisualizationProperties
Dim value As String
value = instance.Units
instance.Units = value
public string Units { get; set; }
public:
property String^ Units {
String^ get ();
void set (String^ value);
}
member Units : string with get, set
function get Units () : String
function set Units (value : String)
Property Value
Type: System.String
A unit name.