Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.