SyncSchemaColumns::CanRemove Method
Determines whether a specific SyncSchemaColumn object can be removed from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
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::Booleantrue if the column can be removed from the collection; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a nullptr. |
Show: