xRecord.ttsbegin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts a transaction that can be either committed by the ttscommit method or aborted by the ttsabort method.
public:
virtual void ttsbegin();
public virtual void ttsbegin ();
abstract member ttsbegin : unit -> unit
override this.ttsbegin : unit -> unit
Public Overridable Sub ttsbegin ()