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 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