OleDbProviderSettings.NonTransactedUpdates Property

Gets or sets the Boolean property value that specifies whether data updates with the OLE DB provider are logged and are recoverable.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property NonTransactedUpdates As Boolean
    Get
    Set
'Usage
Dim instance As OleDbProviderSettings
Dim value As Boolean

value = instance.NonTransactedUpdates

instance.NonTransactedUpdates = value
[SfcPropertyAttribute]
public bool NonTransactedUpdates { get; set; }
[SfcPropertyAttribute]
public:
property bool NonTransactedUpdates {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member NonTransactedUpdates : bool with get, set
function get NonTransactedUpdates () : boolean
function set NonTransactedUpdates (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether data updates with the OLE DB provider are logged and are recoverable.
If True, data updates are not logged on the OLE DB provider and cannot be recovered.
If False (default), data updates are logged on the OLE DB provider and can be recovered.