IServerInformation.Product Property

 

Applies To: SQL Server 2016 Preview

Gets the product title for the instance of SQL Server.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[DisplayDescriptionKeyAttribute("Server_ProductDesc")]
[DisplayNameKeyAttribute("Server_ProductName")]
string Product { get; }
[DisplayDescriptionKeyAttribute("Server_ProductDesc")]
[DisplayNameKeyAttribute("Server_ProductName")]
property String^ Product {
    String^ get();
}
[<DisplayDescriptionKeyAttribute("Server_ProductDesc")>]
[<DisplayNameKeyAttribute("Server_ProductName")>]
abstract Product : string with get
<DisplayDescriptionKeyAttribute("Server_ProductDesc")>
<DisplayNameKeyAttribute("Server_ProductName")>
ReadOnly Property Product As String

Property Value

Type: System.String

The product title for the instance of SQL Server.

See Also

IServerInformation Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top