DatabaseOptions.SetSnapshotIsolation-Methode
Sets the snapshot isolation level.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetSnapshotIsolation ( _
enabled As Boolean _
)
'Usage
Dim instance As DatabaseOptions
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
)
Parameter
- enabled
Typ: System.Boolean
A Boolean value that specifies whether the snapshot isolation level is enabled.If True, the snapshot isolation level is enabled. Otherwise, False.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace