Database.SnapshotIsolationState Propiedad
Gets the snapshot isolation state for the database.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property SnapshotIsolationState As SnapshotIsolationState
Get
'Uso
Dim instance As Database
Dim value As SnapshotIsolationState
value = instance.SnapshotIsolationState
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public SnapshotIsolationState SnapshotIsolationState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property SnapshotIsolationState SnapshotIsolationState {
SnapshotIsolationState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member SnapshotIsolationState : SnapshotIsolationState
function get SnapshotIsolationState () : SnapshotIsolationState
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.SnapshotIsolationState
A SnapshotIsolationState object value that specifies the snapshot isolation state of the database.
Comentarios
Snapshot isolation (or row-level versioning) is an isolation level in SQL Server.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo