Previous Topic: ISCSessionNext Topic: ISCSession::CommitTransaction Arguments


ISCSession::BeginNamedTransaction Arguments

Here is the signature for the BeginNamedTransaction function:

VARIANT_BOOL BeginNamedTransaction(BSTR Name, VARIANT PropertyBag )

The following table contains the valid arguments for the BeginNamedTransaction function:

Parameter

Valid Type/Value

Description

Name

BSTR

Provides a name for a new transaction.

PropertyBag

Empty

No optional parameters.

PropertyBag

VT_UNKNOWN – Pointer to a Property Bag object

Collection of the transaction properties.

Note: More information about the transaction properties is located in the Property Bag for Session section.