DataSourceType Class
Types of data sources.
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.155 -- Release Build+8f5b6346ef345ff2b563bad5a7ce845a03fc5786
public static class DataSourceType
Public NotInheritable Class DataSourceType
public ref class DataSourceType abstract sealed
Gemstone.PQDIF.Logical.DataSourceType = function();
Type.createClass(
'Gemstone.PQDIF.Logical.DataSourceType');
- Inheritance
- Object DataSourceType
| Benchmark |
The ID for data source type Benchmark.
|
| Debug |
The ID for data source type Debug.
|
| Manual |
The ID for data source type Manual.
|
| Measure |
The ID for data source type Measure.
|
| Simulate |
The ID for data source type Simulate.
|
| GetInfo |
Gets information about the data source type identified by the given ID.
|
| ToString |
Converts the given data source type ID to a string containing the name of the data source type.
|