SyncSchemaTable::Item Property
Gets the SyncSchemaColumn object that has the specified name from the SyncSchemaColumns collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSchemaColumn^ default[String^ columnName] { SyncSchemaColumn^ get (String^ columnName); }
Parameters
- columnName
- Type: System::String
The name of the column to get from the SyncSchemaColumns collection.
Property Value
Type: Microsoft.Synchronization.Data::SyncSchemaColumnA SyncSchemaColumn object that has the specified name.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a nullptr. |
Show: