次の方法で共有


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 名前空間