Show / Hide Table of Contents

Class TaskSummaryFromSQLTask

The information about the SQL task.

Inheritance
object
TaskSummary
TaskSummaryFromSQLTask
Inherited Members
TaskSummary.Key
TaskSummary.ModelVersion
TaskSummary.ParentRef
TaskSummary.Name
TaskSummary.Description
TaskSummary.ObjectVersion
TaskSummary.ObjectStatus
TaskSummary.Identifier
TaskSummary.InputPorts
TaskSummary.OutputPorts
TaskSummary.Parameters
TaskSummary.OpConfigValues
TaskSummary.ConfigProviderDelegate
TaskSummary.IsConcurrentAllowed
TaskSummary.Metadata
TaskSummary.KeyMap
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class TaskSummaryFromSQLTask : TaskSummary

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 TaskSummaryFromSQLTask.SqlScriptTypeEnum? SqlScriptType { get; set; }
Property Value
Type Description
TaskSummaryFromSQLTask.SqlScriptTypeEnum?

Indicates whether the task is invoking a custom SQL script or stored procedure.

In this article
Back to top