Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the snapshot isolation state for the database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property SnapshotIsolationState As DatabaseSnapshotIsolationState
public DatabaseSnapshotIsolationState SnapshotIsolationState { get; set; }
public:
property DatabaseSnapshotIsolationState SnapshotIsolationState {
DatabaseSnapshotIsolationState get ();
void set (DatabaseSnapshotIsolationState value);
}
member SnapshotIsolationState : DatabaseSnapshotIsolationState with get, set
function get SnapshotIsolationState () : DatabaseSnapshotIsolationState
function set SnapshotIsolationState (value : DatabaseSnapshotIsolationState)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.DatabaseSnapshotIsolationState
Returns DatabaseSnapshotIsolationState.
.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.