This documentation is archived and is not being maintained.
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::StringThe name of the data table that is associated with this set of parameters.