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
)
new :
tableName:string -> SyncAdapter
public function SyncAdapter(
tableName : String
)
Parameters
- tableName
Type: System.String
The name of the table in the server database.