DataProfilingTask.Timeout Property

Definition

Gets or sets the number of seconds after which the Data Profiling task should time out and stop running.

public:
 property int Timeout { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int Timeout { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Timeout : int with get, set
Public Property Timeout As Integer

Property Value

The number of seconds after which the task should time out and stop running. The default is 0, which indicates no time-out.

Attributes

Applies to