CallbackBehaviorAttribute.TransactionIsolationLevel-Eigenschaft
.NET Framework 3.0
Specifies the transaction isolation level.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
/** @property */ public IsolationLevel get_TransactionIsolationLevel () /** @property */ public void set_TransactionIsolationLevel (IsolationLevel value)
public function get TransactionIsolationLevel () : IsolationLevel public function set TransactionIsolationLevel (value : IsolationLevel)
Nicht zutreffend.
Eigenschaftenwert
A IsolationLevel value that specifies the transaction isolation level. The default is Unspecified.The isolation level in which your transaction runs determines how data is treated when changes are made in other transactions and how long your transaction must hold locks to protect against these changes. For example, the default value, Unspecified, specifies that no updating or inserting can occur until the transaction is complete.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
Microsoft .NET Framework 3.0 wird unter Windows Vista, Microsoft Windows XP SP2 und Windows Server 2003 SP1 unterstützt.