| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function NewScheduledStationNamesRow() As MWLDataset.ScheduledStationNamesRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MWLDataset.ScheduledStationNamesDataTable Dim value As MWLDataset.ScheduledStationNamesRow value = instance.NewScheduledStationNamesRow() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public MWLDataset.ScheduledStationNamesRow NewScheduledStationNamesRow() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: MWLDataset.ScheduledStationNamesRow^ NewScheduledStationNamesRow(); | |
Return Value
The new MWLDataset.ScheduledStationNamesRow object.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code