LicenseInfoAllowSQLBuilder Property |
|
DataPA OpenAnalytics API Reference
Gets a flag that specifies whether the user has a license that gives access to the SQL builder.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowSQLBuilder { get; }
Public ReadOnly Property AllowSQLBuilder As Boolean
Get
public:
virtual property bool AllowSQLBuilder {
bool get () sealed;
}
function get_AllowSQLBuilder();
Return Value
Type:
BooleanA flag that specifies whether the user has a license that gives access to the SQL builder.
Remarks See Also