共用方式為


BusinessLogicTransaction.IsolationLevel 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the IsolationLevel for this transaction.

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public ReadOnly Property IsolationLevel As IsolationLevel 
    Get
'用途
Dim instance As BusinessLogicTransaction 
Dim value As IsolationLevel 

value = instance.IsolationLevel
public IsolationLevel IsolationLevel { get; }
public:
virtual property IsolationLevel IsolationLevel {
    IsolationLevel get () sealed;
}
abstract IsolationLevel : IsolationLevel 
override IsolationLevel : IsolationLevel
final function get IsolationLevel () : IsolationLevel

屬性值

型別:System.Data.IsolationLevel
The IsolationLevel for this transaction.

實作

IDbTransaction.IsolationLevel

請參閱

參考

BusinessLogicTransaction 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間