Gets or sets the unit name to appear next to a value.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property Units As String
Get
Set
用法
Dim instance As CalculationPropertyVisualizationProperties
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)
属性值
类型:System.String
The unit name to appear next to a value.