Share via


SupportedTxnDDL (clsDataSource)

Note

  This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

The SupportedTxnDDL property of an object of ClassType clsDataSource returns the value of the connection object's Transaction DDL property, which indicates the source database's ability to support data definition language (DDL) statements in transactions.

Data Type

Long

Access

Read-only

Remarks

The meaning of the value returned is specific to the database provider. For more information, see the Microsoft® ActiveX® Data Objects (ADO) documentation and the OLE DB documentation.

See Also

Reference