SqlSyncAdapterBuilder::TableName Property

Gets or sets the name of the base table for which to create a SyncAdapter object.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public:
property String^ TableName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the base table for which to create a SyncAdapter object.

ExceptionCondition
ArgumentNullException

value is a nullptr.

This property must be set to generate commands.

For a code example, see SqlSyncAdapterBuilder.

Show: