Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When implemented by a class, gets a numeric value indicating the current transaction level.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property CurrentTransactionLevel As Integer
Get
int CurrentTransactionLevel { get; }
property int CurrentTransactionLevel {
int get ();
}
abstract CurrentTransactionLevel : int
function get CurrentTransactionLevel () : int
Property Value
Type: System.Int32
An integer value specifying the current transaction level.
Remarks
Transaction levels apply when the provider supports nested transactions, and therefore provides a way to track nesting levels.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace