Share via


AzurePostgreSqlSink.PreCopyScript Property

Definition

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

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> PreCopyScript { get; set; }
member this.PreCopyScript : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property PreCopyScript As DataFactoryElement(Of String)

Property Value

Applies to