Partager via


ISql90ServerOptions.InDoubtXactResolution, propriété

Obtient ou définit une valeur qui modélise le paramètre Résolution des transactions incertaines.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms