Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
When overridden in a derived class, an object that represents the delete detection service.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DeleteDetector As DeleteDetector
Get
'Usage
Dim instance As ReplicaMetadata
Dim value As DeleteDetector
value = instance.DeleteDetector
public abstract DeleteDetector DeleteDetector { get; }
public:
virtual property DeleteDetector^ DeleteDetector {
DeleteDetector^ get () abstract;
}
abstract DeleteDetector : DeleteDetector
abstract function get DeleteDetector () : DeleteDetector
Property Value
Type: Microsoft.Synchronization.MetadataStorage.DeleteDetector
The object that represents the delete detection service.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object has been disposed or was not initialized correctly. |
Remarks
DeleteDetector is used by providers of stores that do not track deletes. It can be used to determine which items were deleted from the item store and, therefore, should be represented as tombstones in the metadata store.