Metodo Database.SetSnapshotIsolation
Sets the snapshot isolation level.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub SetSnapshotIsolation ( _
enabled As Boolean _
)
'Utilizzo
Dim instance As Database
Dim enabled As Boolean
instance.SetSnapshotIsolation(enabled)
public void SetSnapshotIsolation(
bool enabled
)
public:
void SetSnapshotIsolation(
bool enabled
)
member SetSnapshotIsolation :
enabled:bool -> unit
public function SetSnapshotIsolation(
enabled : boolean
)
Parametri
- enabled
Tipo: System.Boolean
A Boolean value that specifies whether the snapshot isolation level is enabled.
Osservazioni
If True, the snapshot isolation level is enabled.
If False, the snapshot isolation level is disabled.