TransactionStatement Class

The abstract base class for Transactions statements.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class TransactionStatement _
    Inherits TSqlStatement
'Usage
Dim instance As TransactionStatement
[SerializableAttribute]
public abstract class TransactionStatement : TSqlStatement
[SerializableAttribute]
public ref class TransactionStatement abstract : public TSqlStatement
public abstract class TransactionStatement extends TSqlStatement

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.TransactionStatement
        Microsoft.Data.Schema.ScriptDom.Sql.BeginTransactionStatement
        Microsoft.Data.Schema.ScriptDom.Sql.CommitTransactionStatement
        Microsoft.Data.Schema.ScriptDom.Sql.RollbackTransactionStatement
        Microsoft.Data.Schema.ScriptDom.Sql.SaveTransactionStatement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TransactionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace