SqlSyncProviderAdapterParameters::TableName Property

Gets or sets the name of the SQL Server table that is associated with this set of parameters.

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

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

Property Value

Type: System::String
The name of the data table that is associated with this set of parameters.
Show: