Propriété SqlEnumResult.LastDbLevelSet

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 Property LastDbLevelSet As Boolean 
    Get 
    Set
'Utilisation
Dim instance As SqlEnumResult 
Dim value As Boolean 

value = instance.LastDbLevelSet

instance.LastDbLevelSet = value
public bool LastDbLevelSet { get; set; }
public:
property bool LastDbLevelSet {
    bool get ();
    void set (bool value);
}
member LastDbLevelSet : bool with get, set
function get LastDbLevelSet () : boolean 
function set LastDbLevelSet (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the database level is set; otherwise, false.

Voir aussi

Référence

SqlEnumResult Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc