Share via


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.

참고 항목

참조

ServerProperty 클래스

Microsoft.AnalysisServices 네임스페이스