Share via


Server.ProductLevel 속성

Gets or sets read-only access to the product level element. The product level itself is obtained from the stored install-specific string.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property ProductLevel As String 
    Get 
    Set
‘사용 방법
Dim instance As Server 
Dim value As String 

value = instance.ProductLevel

instance.ProductLevel = value
public string ProductLevel { get; set; }
public:
property String^ ProductLevel {
    String^ get ();
    void set (String^ value);
}
member ProductLevel : string with get, set
function get ProductLevel () : String 
function set ProductLevel (value : String)

속성 값

유형: System.String
A product-level description.

참고 항목

참조

Server 클래스

Microsoft.AnalysisServices 네임스페이스