SyncDataColumnCollection::RemoveAt Method
Removes the column name at the specified index in the collection.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- index
- Type: System::Int32
The position of the column name that should be removed from the SyncDataColumnCollection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than or equal to the number of data columns in this SyncDataColumnCollection object. |
Show: