SyncColumnMappingCollection.InsertItem Method (Int32, SyncColumnMapping)
Inserts a SyncColumnMapping object into the collection 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 InsertItem ( _
index As Integer, _
item As SyncColumnMapping _
)
protected override void InsertItem (
int index,
SyncColumnMapping item
)
protected:
virtual void InsertItem (
int index,
SyncColumnMapping^ item
) override
protected void InsertItem (
int index,
SyncColumnMapping item
)
protected override function InsertItem (
index : int,
item : SyncColumnMapping
)
Parameters
- index
The position in the SyncColumnMappingCollection at which to insert the SyncColumnMapping object.
- item
The SyncColumnMapping object to insert.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncColumnMappingCollection Class
SyncColumnMappingCollection Members
Microsoft.Synchronization.Data.Server Namespace