Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

CallbackBehaviorAttribute.TransactionIsolationLevel-Eigenschaft

Specifies the transaction isolation level.

Namespace: System.ServiceModel
Assembly: System.ServiceModel (in system.servicemodel.dll)

public IsolationLevel TransactionIsolationLevel { get; set; }
/** @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.
AusnahmetypBedingung

ArgumentOutOfRangeException

The value is not one of the IsolationLevel values.

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.

.NET Framework

Unterstützt in: 3.0
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.