SyncAdapter Constructor (String)
Initializes a new instance of the SyncAdapter class by using a table name parameter.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public Sub New ( _
tableName As String _
)
public SyncAdapter (
string tableName
)
public:
SyncAdapter (
String^ tableName
)
public SyncAdapter (
String tableName
)
public function SyncAdapter (
tableName : String
)
Parameters
- tableName
The name of the table in the server database.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncAdapter Class
SyncAdapter Members
Microsoft.Synchronization.Data.Server Namespace