'DeclarationPublic Enum DatabaseTaskType Inherits System.Enum
public enum DatabaseTaskType : System.Enum
'DeclarationPublic Enum DatabaseTaskType Inherits System.Enum
public enum DatabaseTaskType : System.Enum
| Member | Value | Description |
|---|---|---|
| ExecuteJob | 0 | Runs a job on the database server, optionally waiting for the job to complete. |
| ExecuteSQL | 1 | Executes a SQL command without returning results. |
| ExportData | 4 | Exports data. |
| ImportData | 5 | Imports data. |
| SelectResultset | 3 | Executes a SQL query that returns data in a DataSet, which can be sent to a Script or written to a file. |
| SelectScalar | 2 | Executes a SQL query that returns a scalar (single-value) result, and stores the result in a Job Variable. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.DatabaseTaskType