SyncSchemaTables::CanRemove Method
Returns whether a specific SyncSchemaTable object can be removed from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- name
- Type: System::String
The name of the SyncSchemaTable object. Specify the name to determine if it can be removed from the SyncSchemaTables collection.
Return Value
Type: System::BooleanReturns true if the SyncSchemaTable object can be removed from the collection; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is a nullptr. |
Show: