Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
与事务关联的 SAConnection 对象;如果事务不再有效,则为空值引用(在 Visual Basic 中是 Nothing)。
Public ReadOnly Shadows Property Connection As SAConnection
public new SAConnection Connection {get;}
单个应用程序可以有多个数据库连接,每个连接可以具有零个或多个事务。此属性让您可以确定与由 BeginTransaction 创建的特定事务关联的连接对象。