DbSyncTableDescriptionCollection::Item Property (String)
Gets a DbSyncTableDescription object with the specified name from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property DbSyncTableDescription^ default[String^ globalTableName] { DbSyncTableDescription^ get (String^ globalTableName); }
Parameters
- globalTableName
- Type: System::String
The name of the table to add to the collection.
Property Value
Type: Microsoft.Synchronization.Data::DbSyncTableDescriptionA DbSyncTableDescription object.
| Exception | Condition |
|---|---|
| ArgumentException | globalTableName is empty. |
| ArgumentNullException | globalTableName is a nullptr. |
Show: