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.
Replaces the DbSyncColumnMapping object at the specified index.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As DbSyncColumnMapping _
)
'Usage
Dim index As Integer
Dim item As DbSyncColumnMapping
Me.SetItem(index, item)
protected override void SetItem (
int index,
DbSyncColumnMapping item
)
protected:
virtual void SetItem (
int index,
DbSyncColumnMapping^ item
) override
protected void SetItem (
int index,
DbSyncColumnMapping item
)
protected override function SetItem (
index : int,
item : DbSyncColumnMapping
)
Parameters
- index
The position in DbSyncColumnMappingCollection at which to replace the DbSyncColumnMapping object.
- item
The DbSyncColumnMapping object to replace the existing object.
See Also
Reference
DbSyncColumnMappingCollection Class
DbSyncColumnMappingCollection Members
Microsoft.Synchronization.Data Namespace