AnalysisDataSet.AnalysisProjectsRow Members
Include Protected Members
Include Inherited Members
Represents analysis projects information as a row in the AnalysisDataSet.AnalysisProjectsDataTable object.
The AnalysisDataSet.AnalysisProjectsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ABSOLUTE_PRIORITY | Gets or sets the non-normalized priority for the project within the Portfolio Analysis. | |
ANALYSIS_UID | Gets or sets the GUID of the Portfolio Analysis that the project will be included in. | |
AnalysisRow | Gets or sets the analysis information. | |
DURATION | Gets or sets the duration of the project in the same time scale as the analysis. | |
FNLT | Obsolete. Not used in Project Server 2010. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
LOCKED | Gets or sets a value that specifies whether or not the project is locked. | |
ORIGINAL_END_DATE | Gets or sets the original finish date of the project as specified in the project itself. | |
ORIGINAL_START_DATE | Gets or sets the original start date of the project as specified in the project itself. | |
PRIORITY | Gets or sets the normalized priority for the project within the portfolio analysis. | |
PROJ_NAME | Gets the name of the project that is included in the portfolio analysis. Read-only. | |
PROJ_UID | Gets or sets the GUID of the project that is included in the portfolio analysis. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SNET | Obsolete. Not used in Project Server 2010. | |
START_DATE | Gets or sets the start date of the project, modified to fit the time scale specified for the analysis. | |
Table | (Inherited from DataRow.) |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnalysisProjectImpactRows | Gets the project impact information. | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsABSOLUTE_PRIORITYNull | Determines whether the ABSOLUTE_PRIORITY property is set to a null value. | |
IsFNLTNull | Determines whether the FNLT property is set to a null value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsORIGINAL_END_DATENull | Determines whether the ORIGINAL_END_DATE property is set to a null value. | |
IsORIGINAL_START_DATENull | Determines whether the ORIGINAL_START_DATE property is set to a null value. | |
IsPRIORITYNull | Determines whether the PRIORITY property is set to a null value. | |
IsPROJ_NAMENull | Determines whether the PROJ_NAME property is set to a null value. | |
IsSNETNull | Determines whether the SNET property is set to a null value. | |
IsSTART_DATENull | Determines whether the START_DATE property is set to a null value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetABSOLUTE_PRIORITYNull | Sets the ABSOLUTE_PRIORITY property to a null value. | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetFNLTNull | Sets the FNLT property to a null value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetORIGINAL_END_DATENull | Sets the ORIGINAL_END_DATE property to a null value. | |
SetORIGINAL_START_DATENull | Sets the ORIGINAL_START_DATE property to a null value. | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetPRIORITYNull | Sets the PRIORITY property to a null value. | |
SetPROJ_NAMENull | Sets the PROJ_NAME property to a null value. | |
SetSNETNull | Sets the SNET property to a null value. | |
SetSTART_DATENull | Sets the START_DATE property to a null value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top