This topic has not yet been rated - Rate this topic

Database::SetSnapshotIsolation Method

SQL Server 2012

Sets the snapshot isolation level.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public:
void SetSnapshotIsolation(
	bool enabled
)

Parameters

enabled
Type: System::Boolean
A Boolean value that specifies whether the snapshot isolation level is enabled.

If True, the snapshot isolation level is enabled.

If False, the snapshot isolation level is disabled.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.