WorkflowDataSet.WorkflowInstanceDataTable.NewWorkflowInstanceRow メソッド
行オブジェクトを作成するには、 WorkflowInstanceDataTableで。
名前空間: WebSvcWorkflow
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function NewWorkflowInstanceRow As WorkflowDataSet.WorkflowInstanceRow
'使用
Dim instance As WorkflowDataSet.WorkflowInstanceDataTable
Dim returnValue As WorkflowDataSet.WorkflowInstanceRow
returnValue = instance.NewWorkflowInstanceRow()
public WorkflowDataSet.WorkflowInstanceRow NewWorkflowInstanceRow()
戻り値
型: WebSvcWorkflow.WorkflowDataSet.WorkflowInstanceRow
Row オブジェクト。
関連項目
参照先
WorkflowDataSet.WorkflowInstanceDataTable クラス