Server.ProductName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets read-only access to the name of the product from which an instance of Analysis Services was installed.

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

Syntax

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

Property Value

Type: System.String

A product name.

Remarks

The product name corresponds to the service referenced by the Server object.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top