AFTable.ExternalConnection Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property retrieves the connection string used to load
externally linked tables.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string ExternalConnection { get; }
Public ReadOnly Property ExternalConnection As String Get Dim instance As AFTable Dim value As String value = instance.ExternalConnection
public: property String^ ExternalConnection { String^ get (); }
member ExternalConnection : string with get
Property Value
Type: StringThe connection string used to connect to the external database.
Remarks
This property is set when using one of the
LinkExternal Overload methods to set
the external link.