BusinessLogicCommand.CommandTimeout 属性

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

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Property CommandTimeout As Integer 
    Get 
    Set
用法
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)

属性值

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

实现

IDbCommand.CommandTimeout

请参阅

参考

BusinessLogicCommand 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间