SyncSchemaTables::Remove Method
Removes the first occurrence of a SyncSchemaTable object with the specified name from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- name
- Type: System::String
The name of the SyncSchemaTable object to remove from the SyncSchemaTables collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is a nullptr. |
| InvalidOperationException | The parent data set did not containe a table with the name in name. |
Show: