Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the units associated with a ServerProperty object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Units As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String that contains the unit.