Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.