SecurityInfoSetAppServerSecurity Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetAppServerSecurity(
int AllowLinks,
int AllowSecurity,
int AllowSetup,
int AllowSubject,
int AllowSystem,
int RequireSetupPassword,
string SetupPassword,
string UserLevel,
bool AllowSetupLockOverride
)
Public Sub SetAppServerSecurity (
AllowLinks As Integer,
AllowSecurity As Integer,
AllowSetup As Integer,
AllowSubject As Integer,
AllowSystem As Integer,
RequireSetupPassword As Integer,
SetupPassword As String,
UserLevel As String,
AllowSetupLockOverride As Boolean
)
public:
virtual void SetAppServerSecurity(
int AllowLinks,
int AllowSecurity,
int AllowSetup,
int AllowSubject,
int AllowSystem,
int RequireSetupPassword,
String^ SetupPassword,
String^ UserLevel,
bool AllowSetupLockOverride
) sealed
function SetAppServerSecurity(AllowLinks, AllowSecurity, AllowSetup, AllowSubject, AllowSystem, RequireSetupPassword, SetupPassword, UserLevel, AllowSetupLockOverride);
Parameters
- AllowLinks
- Type: SystemInt32
- AllowSecurity
- Type: SystemInt32
- AllowSetup
- Type: SystemInt32
- AllowSubject
- Type: SystemInt32
- AllowSystem
- Type: SystemInt32
- RequireSetupPassword
- Type: SystemInt32
- SetupPassword
- Type: SystemString
- UserLevel
- Type: SystemString
- AllowSetupLockOverride
- Type: SystemBoolean
See Also