다음을 통해 공유


NonTransactedUpdates 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NonTransactedUpdates As Boolean
    Get
    Set
‘사용 방법
Dim instance As OleDbProviderSettings
Dim value As Boolean

value = instance.NonTransactedUpdates

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

속성 값

유형: 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.