Compartir a través de


ManagedInstance.ProductLevel Propiedad

Gets the product level of the server instance.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ProductLevel As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String value that specifies the level of the server instance version.

Comentarios

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.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility