- parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles
- The parent Scheduled Procedure Step Row.
- ScheduledStationAETitle
- A System.String representing the Scheduled Station AE Title.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddScheduledStationAETitlesRow( _ ByVal parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles As MWLDataset.ScheduledProcedureStepRow, _ ByVal ScheduledStationAETitle As String _ ) As MWLDataset.ScheduledStationAETitlesRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MWLDataset.ScheduledStationAETitlesDataTable Dim parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles As MWLDataset.ScheduledProcedureStepRow Dim ScheduledStationAETitle As String Dim value As MWLDataset.ScheduledStationAETitlesRow value = instance.AddScheduledStationAETitlesRow(parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles, ScheduledStationAETitle) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public MWLDataset.ScheduledStationAETitlesRow AddScheduledStationAETitlesRow( MWLDataset.ScheduledProcedureStepRow parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles, string ScheduledStationAETitle ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: MWLDataset.ScheduledStationAETitlesRow^ AddScheduledStationAETitlesRow( MWLDataset.ScheduledProcedureStepRow^ parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles, String^ ScheduledStationAETitle ) |
Parameters
- parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationAETitles
- The parent Scheduled Procedure Step Row.
- ScheduledStationAETitle
- A System.String representing the Scheduled Station AE Title.
Return Value
The MWLDataset.ScheduledStationAETitlesRow 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