Freigeben über


DbSyncAdapter-Konstruktor (String)

Initialisiert eine neue Instanz der DbSyncAdapter-Klasse unter Verwendung eines Parameters für den Tabellennamen.

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

Syntax

'Declaration
Public Sub New ( _
    tableName As String _
)
'Usage
Dim tableName As String

Dim instance As New DbSyncAdapter(tableName)
public DbSyncAdapter(
    string tableName
)
public:
DbSyncAdapter(
    String^ tableName
)
new : 
        tableName:string -> DbSyncAdapter
public function DbSyncAdapter(
    tableName : String
)

Parameter

Siehe auch

Verweis

DbSyncAdapter Klasse

DbSyncAdapter-Member

DbSyncAdapter-Überladung

Microsoft.Synchronization.Data-Namespace