QueryForcedConnectionID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the ID of the connection this query is forced to use
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ForcedConnectionID { get; set; }
Public Property ForcedConnectionID As String
Get
Set
public:
virtual property String^ ForcedConnectionID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ForcedConnectionID();
function set_ForcedConnectionID(value);
Property Value
Type:
StringThe ID of the connection this query is forced to use
Return Value
Type:
StringThe ID of the connection this query is forced to use
Remarks See Also