Proprietà SqlEnumResult.Level

Gets the count of the level of the database. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Level As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SqlEnumResult Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc