Systems Constructor (String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new systems object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Systems(
string File
)
Public Sub New (
File As String
)
public:
Systems(
String^ File
)
DataPA.Utils.QueryEngine.Systems = function(File);
Parameters
- File
- Type: SystemString
The fully qualified path of a systems setup data file
Remarks See Also