Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the product level of the server instance.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ProductLevel As String
Get
'Usage
Dim instance As ManagedInstance
Dim value As String
value = instance.ProductLevel
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string ProductLevel { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ ProductLevel {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ProductLevel : string
function get ProductLevel () : String
Eigenschaftswert
Typ: System.String
A String value that specifies the level of the server instance version.
Hinweise
This property returns "RTM" if the instance is the original release version, "SPn" if the instance is a service patch version, or "CTP" if it is a community technology preview version.