Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the number of seconds after which the Data Profiling task should time out and stop running.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly : Microsoft.SqlServer.DataProfilingTask (en Microsoft.SqlServer.DataProfilingTask.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property Timeout As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : 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.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.DataProfilingTask