Partager via


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

IDbCommand.CommandTimeout

Voir aussi

Référence

BusinessLogicCommand Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport