Partilhar via


Propriedade do RDL ServerProperty.Units

Gets or sets the units associated with a ServerProperty object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property Units As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A String that contains the unit.

Consulte também

Referência

ServerProperty Classe

Namespace Microsoft.AnalysisServices