Condividi tramite


Costruttore SyncAdapter (String)

Inizializza una nuova istanza della classe SyncAdapter utilizzando il parametro di un nome di tabella.

Spazio dei nomi: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    tableName As String _
)
'Utilizzo
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
)

Parametri

  • tableName
    Nome della tabella nel database server.

Osservazioni

Vedere anche

Riferimento

Classe SyncAdapter
Membri SyncAdapter
Spazio dei nomi Microsoft.Synchronization.Data.Server