Compartilhar via


Propriedade do RDL BusinessLogicCommand.CommandTimeout

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

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDbCommand.CommandTimeout

Consulte também

Referência

BusinessLogicCommand Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport