SecurityInfoAllowSelectConnection Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the select connection screen is offered.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowSelectConnection { get; }
Public ReadOnly Property AllowSelectConnection As Boolean
Get
public:
virtual property bool AllowSelectConnection {
bool get () sealed;
}
function get_AllowSelectConnection();
Return Value
Type:
BooleanTrue if the select connection screen is offered.
Remarks See Also