Sdílet prostřednictvím


SqlEnumResult.Level Property

Gets the count of the level of the database. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Level As Integer
    Get
'Usage
Dim instance As SqlEnumResult
Dim value As Integer

value = instance.Level
public int Level { get; }
public:
property int Level {
    int get ();
}
member Level : int
function get Level () : int

Property Value

Type: System.Int32
An integer that represents the level of the database.