PAConnectionConnection Property |
|
DataPA OpenAnalytics API Reference
Gets and sets which of the systems defined connection this object should use.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Connection { get; set; }
Public Property Connection As String
Get
Set
public:
property String^ Connection {
String^ get ();
void set (String^ value);
}
function get_Connection();
function set_Connection(value);
Property Value
Type:
StringThe systems defined connection this object should use.
Return Value
Type:
StringThe systems defined connection this object should use.
Remarks If this value does not match the name of a valid connection for the system, the default connection will be used.
See Also