Propriété SqlEnumResult.Level
Gets the count of the level of the database. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Level As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
An integer that represents the level of the database.