Udostępnij przez


IServerInformation.Product Property

Gets the product title for the instance of SQL Server. This property is not CLS-compliant.

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

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Server_ProductName")> _
<DisplayDescriptionKeyAttribute("Server_ProductDesc")> _
ReadOnly Property Product As String
[DisplayNameKeyAttribute("Server_ProductName")] 
[DisplayDescriptionKeyAttribute("Server_ProductDesc")] 
string Product { get; }
[DisplayNameKeyAttribute(L"Server_ProductName")] 
[DisplayDescriptionKeyAttribute(L"Server_ProductDesc")] 
property String^ Product {
    String^ get ();
}
/** @property */
String get_Product ()
function get Product () : String

Property Value

String

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.