Поделиться через


Свойство IServerInformation.Product

Gets the product title for the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("Server_ProductName")> _
<DisplayDescriptionKeyAttribute("Server_ProductDesc")> _
ReadOnly Property Product As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The product title for the instance of SQL Server.

См. также

Справочник

IServerInformation Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo