Proprietà TimeOut
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Sintassi
'Dichiarazione
Property TimeOut As Integer
Get
Set
'Utilizzo
Dim instance As IDTSExecuteProcess
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