SyncSchemaTables::Remove Method

Removes the first occurrence of a SyncSchemaTable 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^ name
)

Parameters

name
Type: System::String
The name of the SyncSchemaTable object to remove from the SyncSchemaTables collection.

ExceptionCondition
ArgumentNullException

name is a nullptr.

InvalidOperationException

The parent data set did not containe a table with the name in name.

Show: