SummaryTaskPathDataSet.SummaryTaskPathDataTable.AddSummaryTaskPathRow Method
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.
Overloads
| AddSummaryTaskPathRow(SummaryTaskPathDataSet+SummaryTaskPathRow) |
Adds a SummaryTaskPathRow object to the SummaryTaskPathDataTable. |
| AddSummaryTaskPathRow(Guid, String) |
This member is reserved for internal use and is not intended to be used directly from your code. |
AddSummaryTaskPathRow(SummaryTaskPathDataSet+SummaryTaskPathRow)
Adds a SummaryTaskPathRow object to the SummaryTaskPathDataTable.
public:
void AddSummaryTaskPathRow(WebSvcStatusing::SummaryTaskPathDataSet::SummaryTaskPathRow ^ row);
public void AddSummaryTaskPathRow(WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow row);
member this.AddSummaryTaskPathRow : WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow -> unit
Public Sub AddSummaryTaskPathRow (row As SummaryTaskPathDataSet.SummaryTaskPathRow)
Parameters
Contains the row that is to be added.
Applies to
AddSummaryTaskPathRow(Guid, String)
This member is reserved for internal use and is not intended to be used directly from your code.
public:
WebSvcStatusing::SummaryTaskPathDataSet::SummaryTaskPathRow ^ AddSummaryTaskPathRow(Guid TASK_UID, System::String ^ TASK_NAME);
public WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow AddSummaryTaskPathRow(Guid TASK_UID, string TASK_NAME);
member this.AddSummaryTaskPathRow : Guid * string -> WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow
Public Function AddSummaryTaskPathRow (TASK_UID As Guid, TASK_NAME As String) As SummaryTaskPathDataSet.SummaryTaskPathRow
Parameters
- TASK_UID
- Guid
- TASK_NAME
- String