Condividi tramite


Classe SqlCeChangeTracking

Fornisce metodi che possono essere utilizzati per tenere traccia delle modifiche apportate alle tabelle in un database di SQL Server Compact.

Spazio dei nomi:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class SqlCeChangeTracking _
    Implements IDisposable
'Utilizzo
Dim instance As SqlCeChangeTracking
public sealed class SqlCeChangeTracking : IDisposable
public ref class SqlCeChangeTracking sealed : IDisposable
[<SealedAttribute>]
type SqlCeChangeTracking =  
    class
        interface IDisposable
    end
public final class SqlCeChangeTracking implements IDisposable

Osservazioni

I metodi forniti dalla classe SqlCeChangeTracking possono essere utilizzati per configurare, abilitare e disabilitare il rilevamento delle modifiche nelle tabelle di SQL Server Compact. I metodi vengono forniti anche per gestire i dati di rilevamento accumulati dall'infrastruttura di rilevamento quando tale operazione è abilitata.

Gerarchia di ereditarietà

System. . :: . .Object
  System.Data.SqlServerCe..::..SqlCeChangeTracking

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Vedere anche

Riferimento

Membri SqlCeChangeTracking

Spazio dei nomi System.Data.SqlServerCe