Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<DisplayNameKeyAttribute("Server_ProductName")> _
<DisplayDescriptionKeyAttribute("Server_ProductDesc")> _
ReadOnly Property Product As String
Get
'Usage
Dim instance As IServerInformation
Dim value As String
value = instance.Product
[DisplayNameKeyAttribute("Server_ProductName")]
[DisplayDescriptionKeyAttribute("Server_ProductDesc")]
string Product { get; }
[DisplayNameKeyAttribute(L"Server_ProductName")]
[DisplayDescriptionKeyAttribute(L"Server_ProductDesc")]
property String^ Product {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_ProductName")>]
[<DisplayDescriptionKeyAttribute("Server_ProductDesc")>]
abstract Product : string
function get Product () : String
Property Value
Type: System.String
The product title for the instance of SQL Server.