Compartir a través de


SqlEnumResult.LastDbLevelSet Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property LastDbLevelSet As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SqlEnumResult Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc