Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Inserts a DbSyncColumnMapping object into the collection at the specified index.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As DbSyncColumnMapping _
)
'Usage
Dim index As Integer
Dim item As DbSyncColumnMapping
Me.InsertItem(index, item)
protected override void InsertItem (
int index,
DbSyncColumnMapping item
)
protected:
virtual void InsertItem (
int index,
DbSyncColumnMapping^ item
) override
protected void InsertItem (
int index,
DbSyncColumnMapping item
)
protected override function InsertItem (
index : int,
item : DbSyncColumnMapping
)
Parameters
- index
The position in DbSyncColumnMappingCollection at which to insert the DbSyncColumnMapping object.
- item
The DbSyncColumnMapping object to insert.
See Also
Reference
DbSyncColumnMappingCollection Class
DbSyncColumnMappingCollection Members
Microsoft.Synchronization.Data Namespace