Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
abstract SetItem :
index:int *
item:SyncColumnMapping -> unit
override SetItem :
index:int *
item:SyncColumnMapping -> unit
protected override function SetItem(
index : int,
item : SyncColumnMapping
)
Parameters
- index
Type: System.Int32
The position in the SyncColumnMappingCollection at which to replace the existing SyncColumnMapping object with a new one.
- item
Type: Microsoft.Synchronization.Data.Server.SyncColumnMapping
The new SyncColumnMapping object to insert.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | item already exists in this SyncColumnMappingCollection object. |