Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clones the structure of the StatusDataTable, including all StatusDataTable schemas and constraints.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return value
Type: System.Data.DataTable
See also
Reference
QueueStatusDataSet.StatusDataTable class