Udostępnij za pośrednictwem


Właściwość IDTSExecuteProcess.TimeOut

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Zestaw:  Microsoft.SqlServer.ExecProcTask (w Microsoft.SqlServer.ExecProcTask.dll)

Składnia

'Deklaracja
Property TimeOut As Integer
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Int32