PISystem.Databases Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.