SqlSyncAdapterBuilder::TableName Property
Gets or sets the name of the base table for which to create a SyncAdapter object.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Property Value
Type: System::StringThe name of the base table for which to create a SyncAdapter object.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
For a code example, see SqlSyncAdapterBuilder.
Show: