ServerProperty.Units Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the units associated with a ServerProperty object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string Units { get; set; }
public:
property String^ Units {
    String^ get();
    void set(String^ value);
}
member Units : string with get, set
Public Property Units As String

Property Value

Type: System.String

A String that contains the unit.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top