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