Server.ProductLevel Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
public string ProductLevel { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
property String^ ProductLevel {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<ReadOnlyAttribute(true)>]
member ProductLevel : string with get, set
<XmlElementAttribute(IsNullable := False)>
<ReadOnlyAttribute(True)>
Public Property ProductLevel As String

Property Value

Type: System.String

A product-level description.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top