Proprietà ISql90ServerOptions.InDoubtXactResolution

Ottiene o imposta un valore che modella l'impostazione in doubt xact resolution.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property InDoubtXactResolution As Nullable(Of Integer)
    Get
    Set
Nullable<int> InDoubtXactResolution { get; set; }
property Nullable<int> InDoubtXactResolution {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract InDoubtXactResolution : Nullable<int> with get, set
function get InDoubtXactResolution () : Nullable<int>
function set InDoubtXactResolution (value : Nullable<int>)

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ServerOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel