Compartir a través de


Server.ProductLevel Propiedad

Gets the ProductLevel property value.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property ProductLevel As String 
    Get
'Uso
Dim instance As Server 
Dim value As String 

value = instance.ProductLevel
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string ProductLevel { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property String^ ProductLevel {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract ProductLevel : string
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override ProductLevel : string
final function get ProductLevel () : String

Valor de la propiedad

Tipo: System.String
The ProductLevel property value.

Implementa

IServerInformation.ProductLevel

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo