SyncColumnMappingCollection.SetItem Method (Int32, SyncColumnMapping)
Replaces the SyncColumnMapping object at the specified index.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As SyncColumnMapping _
)
'Usage
Dim index As Integer
Dim item As SyncColumnMapping
Me.SetItem(index, item)
protected override void SetItem (
int index,
SyncColumnMapping item
)
protected:
virtual void SetItem (
int index,
SyncColumnMapping^ item
) override
protected void SetItem (
int index,
SyncColumnMapping item
)
protected override function SetItem (
index : int,
item : SyncColumnMapping
)
Parameters
- index
The position in the SyncColumnMappingCollection at which to replace the existing SyncColumnMapping object with a new one.
- item
The new SyncColumnMapping object to insert.
See Also
Reference
SyncColumnMappingCollection Class
SyncColumnMappingCollection Members
Microsoft.Synchronization.Data.Server Namespace