AFDatabase.TableConnections Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides access to the table connection collection, which you can use to
access external tables of user-defined information.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTableConnections TableConnections { get; }
Public ReadOnly Property TableConnections As AFTableConnections Get Dim instance As AFDatabase Dim value As AFTableConnections value = instance.TableConnections
public: property AFTableConnections^ TableConnections { AFTableConnections^ get (); }
member TableConnections : AFTableConnections with get
Property Value
Type: AFTableConnectionsThe table connection collection which can be used to define access to external tables of user-defined information.
Remarks
Table Connections can be stored in the PI AF Server, to define links to external relational
databases that support an ADO or ODBC connection. By linking external
databases, your are able to leverage the power of third party relational
databases, such as Oracle and Microsoft SQL, but allow convenient access to
this data in your AF SDK applications.