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.
Copies the table data from a DataTableSurrogate object into a DataTable object.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub ReadSchemaIntoDataTable ( _
dt As DataTable _
)
'Usage
Dim instance As DataTableSurrogate
Dim dt As DataTable
instance.ReadSchemaIntoDataTable(dt)
public void ReadSchemaIntoDataTable (
DataTable dt
)
public:
void ReadSchemaIntoDataTable (
DataTable^ dt
)
public void ReadSchemaIntoDataTable (
DataTable dt
)
public function ReadSchemaIntoDataTable (
dt : DataTable
)
Parameters
- dt
The DataTable object into which the schema should be copied.
See Also
Reference
DataTableSurrogate Class
DataTableSurrogate Members
Microsoft.Synchronization.Data Namespace