Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the product level for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_ProductLevelDesc")> _
<DisplayNameKeyAttribute("Server_ProductLevelName")> _
ReadOnly Property ProductLevel As String
Get
'Usage
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
Property Value
Type: System.String
The product level for the instance of SQL Server.