Compartilhar via


SyncColumnMappingCollection.SetItem Method (Int32, SyncColumnMapping)

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 _
)
protected override void SetItem (
    int index,
    SyncColumnMapping item
)
protected:
virtual void SetItem (
    int index, 
    SyncColumnMapping^ item
) override
protected void SetItem (
    int index, 
    SyncColumnMapping item
)
protected override function SetItem (
    index : int, 
    item : SyncColumnMapping
)

Parameters

  • item
    The new 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