PSDBUtility.CopyDataTable 方法
保留給內部使用。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Shared Sub CopyDataTable ( _
sourceTable As DataTable, _
destTable As DataTable _
)
'用途
Dim sourceTable As DataTable
Dim destTable As DataTablePSDBUtility.CopyDataTable(sourceTable, _
destTable)
public static void CopyDataTable(
DataTable sourceTable,
DataTable destTable
)
參數
- sourceTable
類型:System.Data.DataTable
- destTable
類型:System.Data.DataTable