Server.ProductLevel Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: System.String

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top