ImportSystemArgsbDirect Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the system direct connect flag.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bDirect { get; set; }
Public Property bDirect As Boolean
Get
Set
public:
virtual property bool bDirect {
bool get () sealed;
void set (bool value) sealed;
}
function get_bDirect();
function set_bDirect(value);
Property Value
Type:
BooleanA property that contains the system direct connect flag.
Return Value
Type:
BooleanA property that contains the system direct connect flag.
Remarks See Also