AFTableConnection.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; set; }
Public Property ExternalConnection As String Get Set Dim instance As AFTableConnection Dim value As String value = instance.ExternalConnection instance.ExternalConnection = value
public: property String^ ExternalConnection { String^ get (); void set (String^ value); }
member ExternalConnection : string with get, set
Property Value
Type: StringThe connection string used to connect to the external database.