Compartir a través de


BusinessLogicCommand.CommandTimeout Propiedad

Gets or sets the time in seconds to wait for the command to execute.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Property CommandTimeout As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The time in seconds to wait for the command to execute.

Implementa

IDbCommand.CommandTimeout

Vea también

Referencia

BusinessLogicCommand Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport