Class UpdateTaskFromSQLTask
The information about the SQL task.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateTaskFromSQLTask : UpdateTaskDetails
Properties
Operation
Declaration
[JsonProperty(PropertyName = "operation")]
public object Operation { get; set; }
Property Value
Type | Description |
---|---|
object | Describes the shape of the execution result |
Script
Declaration
[JsonProperty(PropertyName = "script")]
public Script Script { get; set; }
Property Value
Type | Description |
---|---|
Script |
SqlScriptType
Declaration
[JsonProperty(PropertyName = "sqlScriptType")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateTaskFromSQLTask.SqlScriptTypeEnum? SqlScriptType { get; set; }
Property Value
Type | Description |
---|---|
UpdateTaskFromSQLTask.SqlScriptTypeEnum? | Indicates whether the task is invoking a custom SQL script or stored procedure. |