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 네임스페이스