ClientConfigSystemStructure Property |
|
DataPA OpenAnalytics API Reference
Gets a System Structure (DBs, Tables, Fields, Functions etc.) Object
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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