DataProfilingTask.Timeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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