Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the FilterKeyMap class that contains the specified ID format schema.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
idFormats As SyncIdFormatGroup _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim instance As New FilterKeyMap(idFormats)
public FilterKeyMap (
SyncIdFormatGroup idFormats
)
public:
FilterKeyMap (
SyncIdFormatGroup^ idFormats
)
public FilterKeyMap (
SyncIdFormatGroup idFormats
)
public function FilterKeyMap (
idFormats : SyncIdFormatGroup
)
Parameters
- idFormats
The ID format schema of the provider.
Exceptions
| Exception type | Condition |
|---|---|
A required parameter is a null reference (Nothing in Visual Basic). |
Remarks
A filter key map is used by a provider that represents a replica that tracks filters. The filter key map maps filter keys to ISyncFilter objects.
See Also
Reference
FilterKeyMap Class
FilterKeyMap Members
Microsoft.Synchronization Namespace