TimesheetLineClassDataSet.DepartmentsDataTable.AddDepartmentsRow メソッド (Guid, Guid)
このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function AddDepartmentsRow ( _
TS_LINE_CLASS_UID As Guid, _
TS_LINE_CLASS_DEPARTMENT_UID As Guid _
) As TimesheetLineClassDataSet.DepartmentsRow
'使用
Dim instance As TimesheetLineClassDataSet.DepartmentsDataTable
Dim TS_LINE_CLASS_UID As Guid
Dim TS_LINE_CLASS_DEPARTMENT_UID As Guid
Dim returnValue As TimesheetLineClassDataSet.DepartmentsRow
returnValue = instance.AddDepartmentsRow(TS_LINE_CLASS_UID, _
TS_LINE_CLASS_DEPARTMENT_UID)
public TimesheetLineClassDataSet.DepartmentsRow AddDepartmentsRow(
Guid TS_LINE_CLASS_UID,
Guid TS_LINE_CLASS_DEPARTMENT_UID
)
パラメーター
- TS_LINE_CLASS_UID
型: System.Guid
- TS_LINE_CLASS_DEPARTMENT_UID
型: System.Guid
戻り値
型: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRow
注釈
一般に、開発者は、 AddDepartmentsRow(TimesheetLineClassDataSet.DepartmentsRow)オーバー ロードを使用してください。
関連項目
参照先
TimesheetLineClassDataSet.DepartmentsDataTable クラス