SyncColumnMappingCollection::SetItem Method
Replaces the SyncColumnMapping object at the specified index.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- index
- Type: System::Int32
The position in the SyncColumnMappingCollection at which to replace the existing SyncColumnMapping object with a new one.
- item
- Type: Microsoft.Synchronization.Data.Server::SyncColumnMapping
The new SyncColumnMapping object to insert.
| Exception | Condition |
|---|---|
| ArgumentException | item already exists in this SyncColumnMappingCollection object. |
Show: