Proprietà ProductLevel
Gets the ProductLevel property value.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property ProductLevel As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
Int32
Implementa
Vedere anche