3.1.4.3.2.1.1.14 CommitTransaction
The CommitTransaction command commits a transaction on the current session.
-
<xsd:complexType name="CommitTransaction"> <xsd:all> <xsd:element name="DurabilityGuarantee" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string" > <xsd:enumeration value="LocalDisk" /> <xsd:enumeration value="Full" /> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:all> </xsd:complexType>
Element |
Default value |
Description |
---|---|---|
DurabilityGuarantee<370> |
Full |
The durability guarantee of the committed transaction. The following values are allowed:
|
The return result type for the CommitTransaction command is xmla-e:emptyresult.