Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or set the filter key map that contains the filters tracked by the replica that originated this change batch.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property FilterKeyMap As FilterKeyMap
Get
Set
'Usage
Dim instance As ChangeBatchBase
Dim value As FilterKeyMap
value = instance.FilterKeyMap
instance.FilterKeyMap = value
public FilterKeyMap FilterKeyMap { get; set; }
public:
property FilterKeyMap^ FilterKeyMap {
FilterKeyMap^ get ();
void set (FilterKeyMap^ value);
}
member FilterKeyMap : FilterKeyMap with get, set
function get FilterKeyMap () : FilterKeyMap
function set FilterKeyMap (value : FilterKeyMap)
Property Value
Type: Microsoft.Synchronization.FilterKeyMap
The filter key map that contains the filters tracked by the replica that originated this change batch.
Exceptions
| Exception | Condition |
|---|---|
| SyncInvalidOperationException | The change batch object already contains a filter key map, or a group has been started in the change batch. |
| ObjectDisposedException | This ChangeBatchBase has been disposed. |