Partilhar via


Propriedade do RDL SqlEnumResult.LastDbLevelSet

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SqlEnumResult Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc