Proprietà IServerInformation.ProductLevel

Gets the product level for the instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("Server_ProductLevelDesc")> _
<DisplayNameKeyAttribute("Server_ProductLevelName")> _
ReadOnly Property ProductLevel As String 
    Get
'Utilizzo
Dim instance As IServerInformation 
Dim value As String 

value = instance.ProductLevel
[DisplayDescriptionKeyAttribute("Server_ProductLevelDesc")]
[DisplayNameKeyAttribute("Server_ProductLevelName")]
string ProductLevel { get; }
[DisplayDescriptionKeyAttribute(L"Server_ProductLevelDesc")]
[DisplayNameKeyAttribute(L"Server_ProductLevelName")]
property String^ ProductLevel {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_ProductLevelDesc")>]
[<DisplayNameKeyAttribute("Server_ProductLevelName")>]
abstract ProductLevel : string
function get ProductLevel () : String

Valore proprietà

Tipo: System.String
The product level for the instance of SQL Server.

Vedere anche

Riferimento

IServerInformation Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo