The DataScriptBase type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Gets or sets the Arguments for the Data Script / Process.
| |
| Cancelled |
Returns True if Execution was Cancelled.
| |
| ClassType | (Inherited from EngineClassBase.) | |
| Disposed | (Inherited from EngineClassBase.) | |
| Domain |
Gets or sets the Domain to be used when starting the Process.
| |
| Enabled |
Enables or Disables the Data Script / Process Execution.
| |
| Encrypted |
Enables or Disables the Resource as Encrypted.
| |
| ExecuteWait |
Gets or sets the Wait for Execution of the Data Script / Process.
| |
| ExecuteWhen |
Gets or sets When to Execute the Data Script / Process.
| |
| File |
Gets or sets the Location for the Data Script / Process File.
| |
| HandleExceptions | (Inherited from EngineClassBase.) | |
| IsChanged | (Inherited from EngineClassBase.) | |
| IsDirty | (Inherited from EngineClassBase.) | |
| ItemKey | (Inherited from EngineClassBase.) | |
| LastErrDescription | (Inherited from EngineClassBase.) | |
| LastErrNumber | (Inherited from EngineClassBase.) | |
| LastErrSource | (Inherited from EngineClassBase.) | |
| LastException | (Inherited from EngineClassBase.) | |
| OnDirtyEvent | (Inherited from EngineClassBase.) | |
| Password |
Gets or sets the Password to be used when starting the Process.
| |
| PasswordString | ||
| Properties | (Inherited from EngineClassBase.) | |
| RaiseError | (Inherited from EngineClassBase.) | |
| Security |
Gets or sets the Security to be used when starting the Process.
| |
| Source |
Gets or sets the Source of the Data Script / Process.
| |
| Tag | (Inherited from EngineClassBase.) | |
| Text |
Gets or sets the Embedded Text Script.
| |
| Type |
Gets or sets the Embedded Script Type File Extension.
| |
| TypeClassName | (Inherited from EngineClassBase.) | |
| UserName |
Gets or sets the User Name to be used when starting the Process.
| |
| WindowStyle |
Gets or sets the Process Window Style.
| |
| WorkingDirectory |
Gets or sets the Working Directory for the Data Script / Process.
|
See Also