SyncSchemaColumns::Remove Method

Removes the first occurrence of a SyncSchemaColumn object with the specified name from the collection.

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

public:
void Remove(
	String^ columnName
)

Parameters

columnName
Type: System::String
The name of the column to remove from the SyncSchemaColumn collection.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

Show: