PISystem.Databases Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides access to the AFDatabases collection that
corresponds to the list of databases that have been created on this PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDatabases Databases { get; }
Public ReadOnly Property Databases As AFDatabases Get Dim instance As PISystem Dim value As AFDatabases value = instance.Databases
public: property AFDatabases^ Databases { AFDatabases^ get (); }
member Databases : AFDatabases with get
Property Value
Type: AFDatabasesThe collection of databases that exists for elements on the current PISystem.