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 SyncTable 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 SyncTable _
)
'Usage
Dim index As Integer
Dim item As SyncTable
Me.SetItem(index, item)
protected override void SetItem (
int index,
SyncTable item
)
protected:
virtual void SetItem (
int index,
SyncTable^ item
) override
protected void SetItem (
int index,
SyncTable item
)
protected override function SetItem (
index : int,
item : SyncTable
)
Parameters
- index
The position in the SyncTableCollection at which to replace the SyncTable object.
- item
The SyncTable object to replace the existing object.
See Also
Reference
SyncTableCollection Class
SyncTableCollection Members
Microsoft.Synchronization.Data Namespace