SyncColumnMappingCollection::SetItem Method

Replaces the SyncColumnMapping object at the specified index.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

protected:
virtual void SetItem(
	int index, 
	SyncColumnMapping^ item
) override

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.

ExceptionCondition
ArgumentException

item already exists in this SyncColumnMappingCollection object.

Show: