다음을 통해 공유


DataProfilingTask.Timeout 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
어셈블리:  Microsoft.SqlServer.DataProfilingTask(Microsoft.SqlServer.DataProfilingTask.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public Property Timeout As Integer 
    Get 
    Set
‘사용 방법
Dim instance As DataProfilingTask 
Dim value As Integer 

value = instance.Timeout

instance.Timeout = value
[BrowsableAttribute(false)]
public int Timeout { get; set; }
[BrowsableAttribute(false)]
public:
property int Timeout {
    int get ();
    void set (int value);
}
[<BrowsableAttribute(false)>]
member Timeout : int with get, set
function get Timeout () : int 
function set Timeout (value : int)

속성 값

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

참고 항목

참조

DataProfilingTask 클래스

Microsoft.SqlServer.Dts.Tasks.DataProfilingTask 네임스페이스