ImportSystemArgsbClientServer Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a flag which indicates if this connection should use a client server connection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bClientServer { get; set; }
Public Property bClientServer As Boolean
Get
Set
public:
virtual property bool bClientServer {
bool get () sealed;
void set (bool value) sealed;
}
function get_bClientServer();
function set_bClientServer(value);
Property Value
Type:
BooleanA property that contains a flag which indicates if this connection should use a client server connection.
Return Value
Type:
BooleanA property that contains a flag which indicates if this connection should use a client server connection.
Remarks See Also