Propriedade ProductLevel
Gets the ProductLevel property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property ProductLevel As String
Get
'Uso
Dim instance As Server
Dim value As String
value = instance.ProductLevel
[SfcPropertyAttribute]
public string ProductLevel { get; }
[SfcPropertyAttribute]
public:
virtual property String^ ProductLevel {
String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract ProductLevel : string
[<SfcPropertyAttribute>]
override ProductLevel : string
final function get ProductLevel () : String
Valor da propriedade
Tipo: System. . :: . .String
Int32
Implementa
Consulte também