Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DbSyncTableDescription class for the specified table name.
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 DbSyncTableDescription(tableName)
public DbSyncTableDescription (
string tableName
)
public:
DbSyncTableDescription (
String^ tableName
)
public DbSyncTableDescription (
String tableName
)
public function DbSyncTableDescription (
tableName : String
)
Parameters
- tableName
The name of the database table, including the schema name if necessary.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace