SyncSchemaColumns::Remove Method
Removes the first occurrence of a SyncSchemaColumn object with the specified name from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- columnName
- Type: System::String
The name of the column to remove from the SyncSchemaColumn collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a nullptr. |
Show: