ServerProperty.Units 屬性
Gets or sets the units associated with a ServerProperty object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property Units As String
Get
Set
'用途
Dim instance As ServerProperty
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
A String that contains the unit.