SyncDataColumnCollection::RemoveAt Method

Removes the column name at the specified index in the collection.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32
The position of the column name that should be removed from the SyncDataColumnCollection.

ExceptionCondition
ArgumentOutOfRangeException

index is less than zero or greater than or equal to the number of data columns in this SyncDataColumnCollection object.

Show: