- _parentPPSInformationRowByPPS_Information_PPS_Relationship
- The parent PPS (Performed Procedure Step) Information Row.
- ScheduledProcedureStepID
- A System.String representing the Scheduled Procedure Step ID.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddPPSRelationshipRow( _ ByVal _parentPPSInformationRowByPPS_Information_PPS_Relationship As MPPSDataset.PPSInformationRow, _ ByVal ScheduledProcedureStepID As String _ ) As MPPSDataset.PPSRelationshipRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MPPSDataset.PPSRelationshipDataTable Dim _parentPPSInformationRowByPPS_Information_PPS_Relationship As MPPSDataset.PPSInformationRow Dim ScheduledProcedureStepID As String Dim value As MPPSDataset.PPSRelationshipRow value = instance.AddPPSRelationshipRow(_parentPPSInformationRowByPPS_Information_PPS_Relationship, ScheduledProcedureStepID) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public MPPSDataset.PPSRelationshipRow AddPPSRelationshipRow( MPPSDataset.PPSInformationRow _parentPPSInformationRowByPPS_Information_PPS_Relationship, string ScheduledProcedureStepID ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: MPPSDataset.PPSRelationshipRow^ AddPPSRelationshipRow( MPPSDataset.PPSInformationRow^ _parentPPSInformationRowByPPS_Information_PPS_Relationship, String^ ScheduledProcedureStepID ) |
Parameters
- _parentPPSInformationRowByPPS_Information_PPS_Relationship
- The parent PPS (Performed Procedure Step) Information Row.
- ScheduledProcedureStepID
- A System.String representing the Scheduled Procedure Step ID.
Return Value
The MPPSDataset.PPSRelationshipRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7