Propriété TimeOut
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly : Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)
Syntaxe
'Déclaration
Property TimeOut As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Int32
Voir aussi