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 _
)
'Usage
Dim tableName As String

Dim instance As New SyncAdapter(tableName)
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.

Remarks

See Also

Reference

SyncAdapter Class
SyncAdapter Members
Microsoft.Synchronization.Data.Server Namespace