SyncSchemaColumns::CanRemove Method

Determines whether a specific SyncSchemaColumn object can be removed from the collection.

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

public:
bool CanRemove(
	String^ columnName
)

Parameters

columnName
Type: System::String
The name of the column. Specify the name to determine if it can be removed from the SyncSchemaColumn collection.

Return Value

Type: System::Boolean
true if the column can be removed from the collection; otherwise, false.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

Show: