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.ExecuteSQLTask
Assembly : Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Syntaxe
'Déclaration
Property TimeOut As UInteger
Get
Set
'Utilisation
Dim instance As IDTSExecuteSQL
Dim value As UInteger
value = instance.TimeOut
instance.TimeOut = value
uint TimeOut { get; set; }
property unsigned int TimeOut {
unsigned int get ();
void set (unsigned int value);
}
abstract TimeOut : uint32 with get, set
function get TimeOut () : uint
function set TimeOut (value : uint)
Valeur de propriété
Type : System. . :: . .UInt32
Voir aussi