共用方式為


ProductLevel 屬性

Gets the product level for the instance of SQL Server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property ProductLevel As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A String value that specifies the product level.

備註

The ProductLevel property is a string value that specifies the product level of the instance of SQL Server.