Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the number of seconds the task should wait to receive a WMI event before timing out.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Sintassi
'Dichiarazione
Property Timeout As Integer
Get
Set
'Utilizzo
Dim instance As IWmiEventWatcherTask
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
int Timeout { get; set; }
property int Timeout {
int get ();
void set (int value);
}
abstract Timeout : int with get, set
function get Timeout () : int
function set Timeout (value : int)
Valore proprietà
Tipo: System.Int32
The number of seconds the task should wait to receive a WMI event before timing out.
Vedere anche
Riferimento
IWmiEventWatcherTask Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask