ProductLevel Propiedad
Gets the product level for the instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property ProductLevel As String
Get
'Uso
Dim instance As Information
Dim value As String
value = instance.ProductLevel
[SfcPropertyAttribute]
public string ProductLevel { get; }
[SfcPropertyAttribute]
public:
property String^ ProductLevel {
String^ get ();
}
[<SfcPropertyAttribute>]
member ProductLevel : string
function get ProductLevel () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the product level.
Notas
The ProductLevel property is a string value that specifies the product level of the instance of SQL Server.
Vea también