StatusingDataSet.ProjectsRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information for one project in the ProjectsDataTable.
public: ref class StatusingDataSet::ProjectsRow : System::Data::DataRow
public class StatusingDataSet.ProjectsRow : System.Data.DataRow
type StatusingDataSet.ProjectsRow = class
inherit DataRow
Public Class StatusingDataSet.ProjectsRow
Inherits DataRow
- Inheritance
-
StatusingDataSet.ProjectsRow
Properties
| CAL_UID |
Gets the GUID for the calendar that is associated with the project. |
| CAL_UID_BASELINE |
Gets the GUID for the calendar baseline data. |
| PROJ_DEF_CAL |
Gets information about the default project calendar that is used for the associated status information. |
| PROJ_INFO_CURRENT_DATE |
Gets the current date for the project. |
| PROJ_INFO_FINISH_DATE |
Gets the projected finish date for the project. |
| PROJ_INFO_SCHED_FROM |
Gets a value that indicates whether the project is scheduled from the project start date or from the project finish date. |
| PROJ_INFO_START_DATE |
Gets the start date for the project. |
| PROJ_INFO_STATUS_DATE |
Gets the current project status date. |
| PROJ_IS_VISIBILITY_MODE | |
| PROJ_MOVE_ACTUAL_IF_LATER |
Gets a value that indicates whether Project moves actual work that occurs after the status date back to the status date. |
| PROJ_MOVE_ACTUAL_TO_STATUS |
Gets a value that indicates whether Project moves actual work to end on the status date. |
| PROJ_MOVE_REMAINING_IF_EARLIER |
Gets a value that indicates whether Project moves the start of remaining parts of the task forward to the status date. |
| PROJ_MOVE_REMAINING_TO_STATUS |
Gets a value that indicates whether Project moves the start of remaining parts of the task back to the status date. |
| PROJ_NAME |
Gets the name of the project. |
| PROJ_NEW_TASKS_ARE_MANUAL |
Gets a value that indicates whether new tasks are manually scheduled. |
| PROJ_OPT_CALC_ACT_COSTS |
Gets a value that indicates whether Project always calculates actual costs. |
| PROJ_OPT_CURRENCY_CODE |
Gets the currency code of the project, for example, USD. |
| PROJ_OPT_CURRENCY_DIGITS |
Gets the number of decimal digits in the currency value. |
| PROJ_OPT_CURRENCY_POSITION |
Gets the placement of the currency symbol in relation to the cost value. |
| PROJ_OPT_CURRENCY_SYMBOL |
Gets the symbol that is used to represent the type of currency used in the project. |
| PROJ_OPT_DAYS_PER_MONTH |
Gets the default number of working days per month. |
| PROJ_OPT_DEF_FINISH_TIME |
Gets the default end time of a working day. |
| PROJ_OPT_DEF_FIX_COST_ACCRUAL |
Gets a value that specifies how Project calculates fixed cost accrual. |
| PROJ_OPT_DEF_START_TIME |
Gets the default start time of a working day. |
| PROJ_OPT_DEF_TASK_TYPE |
Gets a value that specifies the default task type (fixed units, duration, or work). |
| PROJ_OPT_DUR_ENTRY_FMT |
Gets a value that specifies the default duration format for entry of tasks. |
| PROJ_OPT_HONOR_CONSTRAINTS |
Gets a value that specifies whether tasks always honor their constraint dates. |
| PROJ_OPT_MINUTES_PER_DAY |
Gets a value that specifies the default number of minutes per day. |
| PROJ_OPT_MINUTES_PER_WEEK |
Gets the default number of minutes per work week. |
| PROJ_OPT_NEW_TASK_EST |
Gets a value that specifies whether new scheduled tasks have estimated durations. |
| PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN |
Gets a value that specifies whether new tasks are effort-driven. |
| PROJ_OPT_SPREAD_ACT_COSTS |
Gets a value that specifies whether changes in actual costs are spread to the status date. |
| PROJ_OPT_WORK_ENTRY_FMT |
Gets a value that specifies the default duration format for entry of work. |
| PROJ_TYPE |
Gets a value that specifies the type of project. |
| PROJ_UID |
Gets the GUID of the project. |
| WPROJ_TRACKING_METHOD |
Gets a value that specifies the default tracking method for assignments in the project. |
| WRES_UID |
Gets the GUID of the work resource. |
| WSS_SITE_UID |
Gets or sets the GUID for the server location of a SharePoint site. |
| WSS_SUBWEB_NAME |
Gets or sets the name of a virtual directory for a SharePoint site. |
Methods
| IsCAL_UID_BASELINENull() |
Determines whether the CAL_UID_BASELINE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsCAL_UIDNull() |
Determines whether the CAL_UID property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_DEF_CALNull() |
Determines whether the PROJ_DEF_CAL property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_INFO_CURRENT_DATENull() |
Determines whether the PROJ_INFO_CURRENT_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_INFO_FINISH_DATENull() |
Determines whether the PROJ_INFO_FINISH_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_INFO_SCHED_FROMNull() |
Determines whether the PROJ_INFO_SCHED_FROM property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_INFO_START_DATENull() |
Determines whether the PROJ_INFO_START_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_INFO_STATUS_DATENull() |
Determines whether the PROJ_INFO_STATUS_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_IS_VISIBILITY_MODENull() | |
| IsPROJ_MOVE_ACTUAL_IF_LATERNull() |
Determines whether the PROJ_MOVE_ACTUAL_IF_LATER property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_MOVE_ACTUAL_TO_STATUSNull() |
Determines whether the PROJ_MOVE_ACTUAL_TO_STATUS property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_MOVE_REMAINING_IF_EARLIERNull() |
Determines whether the PROJ_MOVE_REMAINING_IF_EARLIER property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_MOVE_REMAINING_TO_STATUSNull() |
Determines whether the PROJ_MOVE_REMAINING_TO_STATUS property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_NAMENull() |
Determines whether the PROJ_NAME property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_NEW_TASKS_ARE_MANUALNull() |
Determines whether the PROJ_NEW_TASKS_ARE_MANUAL property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_CURRENCY_CODENull() |
Determines whether the PROJ_OPT_CURRENCY_CODE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_CURRENCY_DIGITSNull() |
Determines whether the PROJ_OPT_CURRENCY_DIGITS property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_CURRENCY_POSITIONNull() |
Determines whether the PROJ_OPT_CURRENCY_POSITION property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_CURRENCY_SYMBOLNull() |
Determines whether the PROJ_OPT_CURRENCY_SYMBOL property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_DAYS_PER_MONTHNull() |
Determines whether the PROJ_OPT_DAYS_PER_MONTH property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_DEF_FINISH_TIMENull() |
Determines whether the PROJ_OPT_DEF_FINISH_TIME property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_DEF_FIX_COST_ACCRUALNull() |
Determines whether the PROJ_OPT_DEF_FIX_COST_ACCRUAL property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_DEF_START_TIMENull() |
Determines whether the PROJ_OPT_DEF_FINISH_TIME property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_DEF_TASK_TYPENull() |
Determines whether the PROJ_OPT_DEF_TASK_TYPE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_DUR_ENTRY_FMTNull() |
Determines whether the PROJ_OPT_DUR_ENTRY_FMT property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_HONOR_CONSTRAINTSNull() |
Determines whether the PROJ_OPT_HONOR_CONSTRAINTS property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_MINUTES_PER_DAYNull() |
Determines whether the PROJ_OPT_MINUTES_PER_DAY property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_MINUTES_PER_WEEKNull() |
Determines whether the PROJ_OPT_MINUTES_PER_WEEK property is set to a a null reference (Nothing in Visual Basic) value. |
| IsPROJ_OPT_WORK_ENTRY_FMTNull() |
Determines whether the PROJ_OPT_WORK_ENTRY_FMT property is set to a a null reference (Nothing in Visual Basic) value. |
| IsWPROJ_TRACKING_METHODNull() |
Determines whether the WPROJ_TRACKING_METHOD property is set to a a null reference (Nothing in Visual Basic) value. |
| IsWSS_SITE_UIDNull() |
Determines whether the WSS_SITE_UID property is set to a a null reference (Nothing in Visual Basic) value. |
| IsWSS_SUBWEB_NAMENull() |
Determines whether the WSS_SUBWEB_NAME property is set to a a null reference (Nothing in Visual Basic) value. |
| SetCAL_UID_BASELINENull() |
Sets the CAL_UID_BASELINE property to a a null reference (Nothing in Visual Basic) value. |
| SetCAL_UIDNull() |
Sets the CAL_UID property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_DEF_CALNull() |
Sets the PROJ_DEF_CAL property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_INFO_CURRENT_DATENull() |
Sets the PROJ_INFO_CURRENT_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_INFO_FINISH_DATENull() |
Sets the PROJ_INFO_FINISH_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_INFO_SCHED_FROMNull() |
Sets the PROJ_INFO_SCHED_FROM property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_INFO_START_DATENull() |
Sets the PROJ_INFO_START_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_INFO_STATUS_DATENull() |
Sets the PROJ_INFO_STATUS_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_IS_VISIBILITY_MODENull() | |
| SetPROJ_MOVE_ACTUAL_IF_LATERNull() |
Sets the PROJ_MOVE_ACTUAL_IF_LATER property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_MOVE_ACTUAL_TO_STATUSNull() |
Sets the PROJ_MOVE_ACTUAL_TO_STATUS property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_MOVE_REMAINING_IF_EARLIERNull() |
Sets the PROJ_MOVE_REMAINING_IF_EARLIER property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_MOVE_REMAINING_TO_STATUSNull() |
Sets the PROJ_MOVE_REMAINING_TO_STATUS property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_NAMENull() |
Sets the PROJ_NAME property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_NEW_TASKS_ARE_MANUALNull() |
Sets the PROJ_NEW_TASKS_ARE_MANUAL property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_CURRENCY_CODENull() |
Sets the PROJ_OPT_CURRENCY_CODE property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_CURRENCY_DIGITSNull() |
Sets the PROJ_OPT_CURRENCY_DIGITS property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_CURRENCY_POSITIONNull() |
Sets the PROJ_OPT_CURRENCY_POSITION property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_CURRENCY_SYMBOLNull() |
Sets the PROJ_OPT_CURRENCY_SYMBOL property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_DAYS_PER_MONTHNull() |
Sets the PROJ_OPT_DAYS_PER_MONTH property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_DEF_FINISH_TIMENull() |
Sets the PROJ_OPT_DEF_FINISH_TIME property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_DEF_FIX_COST_ACCRUALNull() |
Sets the PROJ_OPT_DEF_FIX_COST_ACCRUAL property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_DEF_START_TIMENull() |
Sets the PROJ_OPT_DEF_START_TIME property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_DEF_TASK_TYPENull() |
Sets the PROJ_OPT_DEF_TASK_TYPE property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_DUR_ENTRY_FMTNull() |
Sets the PROJ_OPT_DUR_ENTRY_FMT property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_HONOR_CONSTRAINTSNull() |
Sets the PROJ_OPT_HONOR_CONSTRAINTS property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_MINUTES_PER_DAYNull() |
Sets the PROJ_OPT_MINUTES_PER_DAY property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_MINUTES_PER_WEEKNull() |
Sets the PROJ_OPT_MINUTES_PER_WEEK property to a a null reference (Nothing in Visual Basic) value. |
| SetPROJ_OPT_WORK_ENTRY_FMTNull() |
Sets the PROJ_OPT_WORK_ENTRY_FMT property to a a null reference (Nothing in Visual Basic) value. |
| SetWPROJ_TRACKING_METHODNull() |
Sets the WPROJ_TRACKING_METHOD property to a a null reference (Nothing in Visual Basic) value. |
| SetWSS_SITE_UIDNull() |
Sets the WSS_SITE_UID property to a a null reference (Nothing in Visual Basic) value. |
| SetWSS_SUBWEB_NAMENull() |
Sets the WSS_SUBWEB_NAME property to a a null reference (Nothing in Visual Basic) value. |