Partilhar via


Propriedade ISqlServerOptions.ImplicitTransactions

Obtém ou define um valor que modela a configuração de IMPLICIT_TRANSACTIONS padrão.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property ImplicitTransactions As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> ImplicitTransactions { get; set; }
property Nullable<bool> ImplicitTransactions {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract ImplicitTransactions : Nullable<bool> with get, set
function get ImplicitTransactions () : Nullable<boolean>
function set ImplicitTransactions (value : Nullable<boolean>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel