SyncSchemaTables::CanRemove Method

Returns whether a specific SyncSchemaTable object can be removed from the collection.

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

public:
bool CanRemove(
	String^ name
)

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::Boolean
Returns true if the SyncSchemaTable object can be removed from the collection; otherwise, false.

ExceptionCondition
ArgumentNullException

name is a nullptr.

Show: