Proprietà ServerProperty.Units
Gets or sets the units associated with a ServerProperty object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property Units As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A String that contains the unit.