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 _
)
'Usage
Dim index As Integer
Dim item As SyncColumnMapping
Me.InsertItem(index, item)
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.
See Also
Reference
SyncColumnMappingCollection Class
SyncColumnMappingCollection Members
Microsoft.Synchronization.Data.Server Namespace