IVsDataTransaction.CurrentTransactionLevel 属性

当实现由选件类,获取指示当前事务级别的数值。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property CurrentTransactionLevel As Integer
int CurrentTransactionLevel { get; }
property int CurrentTransactionLevel {
    int get ();
}
abstract CurrentTransactionLevel : int
function get CurrentTransactionLevel () : int

属性值

类型:System.Int32
指定当前事务级别的整数值。

备注

事务级别应用,尽管提供程序支持嵌套事务中,并提供一种方法来跟踪嵌套级别。

.NET Framework 安全性

请参见

参考

IVsDataTransaction 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间