BeginTransaction Element (XMLA)

Begins a transaction on the current session with an instance of Microsoft SQL Server 2005 Analysis Services(SSAS).

구문

<Command>
   <BeginTransaction />
</Command>

Element Characteristics

Characteristic Description

Data type and length

None

Default value

None

Cardinality

0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element

Parent elements

Command

Child elements

None

주의

The BeginTransaction command begins an active transaction on the current session. If an active transaction already exists, the Analysis Services instance increments the reference count of transactions for the current session. If not, the instance will begin a new transaction and set the reference count for the current session to 1. If an active transaction is explicitly specified using the BeginTransaction command, all subsequent commands are executed inside the explicitly specified transaction.

When the current session is ended and the reference count for transactions is higher than zero, all active transactions are rolled back.

If there are no explicitly specified active transactions on the current session, every command issued on the current session is executed inside an implicitly defined transaction. The implicit transaction is committed if the command succeeds, or rolled back if the command fails.

참고 항목

참조

Cancel Element (XMLA)
CommitTransaction Element (XMLA)
RollbackTransaction Element (XMLA)

개념

Commands (XMLA)

도움말 및 정보

SQL Server 2005 지원 받기