ApplicationSystemStructure Property |
|
DataPA OpenAnalytics API Reference
Gets a System Structure (DBs, Tables, Fields, Functions etc.) Object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SystemStructure SystemStructure { get; }
Public ReadOnly Property SystemStructure As SystemStructure
Get
public:
virtual property SystemStructure^ SystemStructure {
SystemStructure^ get () sealed;
}
function get_SystemStructure();
Property Value
Type:
SystemStructureA System Structure (DBs, Tables, Fields, Functions etc.) Object
Return Value
Type:
SystemStructureA System Structure (DBs, Tables, Fields, Functions etc.) Object
Remarks Gets a System Structure (DBs, Tables, Fields, Functions etc.) Object
See Also