次の方法で共有


AgentCore.QueryTimeout プロパティ

Gets or sets the number of seconds before a query times out.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Property QueryTimeout As Integer 
    Get 
    Set
'使用
Dim instance As AgentCore 
Dim value As Integer 

value = instance.QueryTimeout

instance.QueryTimeout = value
public int QueryTimeout { get; set; }
public:
property int QueryTimeout {
    int get ();
    void set (int value);
}
member QueryTimeout : int with get, set
function get QueryTimeout () : int 
function set QueryTimeout (value : int)

プロパティ値

型: System.Int32
The number of seconds before a query times out.

説明

The default value for QueryTimeout is 1800 seconds.

関連項目

参照

AgentCore クラス

Microsoft.SqlServer.Replication 名前空間