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 네임스페이스