AzureMySqlSink.PreCopyScript Property

Definition

Gets or sets a query to execute before starting the copy. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="preCopyScript")]
public object PreCopyScript { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preCopyScript")>]
member this.PreCopyScript : obj with get, set
Public Property PreCopyScript As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to