Propriété BusinessLogicCommand.CommandTimeout
Gets or sets the time in seconds to wait for the command to execute.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Property CommandTimeout As Integer
Get
Set
'Utilisation
Dim instance As BusinessLogicCommand
Dim value As Integer
value = instance.CommandTimeout
instance.CommandTimeout = value
public int CommandTimeout { get; set; }
public:
virtual property int CommandTimeout {
int get () sealed;
void set (int value) sealed;
}
abstract CommandTimeout : int with get, set
override CommandTimeout : int with get, set
final function get CommandTimeout () : int
final function set CommandTimeout (value : int)
Valeur de propriété
Type : System.Int32
The time in seconds to wait for the command to execute.
Implémente
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport