Method GetTable
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetTable(int)
Gets the specified table.
IDmsTable GetTable(int tableId)
Parameters
tableId
intThe table parameter ID.
Returns
- IDmsTable
The table that corresponds with the specified ID.
Exceptions
- ArgumentException
tableId
is invalid.- ElementNotFoundException
The element was not found in the DataMiner System.
- ElementStoppedException
The element is not active.