次の方法で共有


IMergeSynchronizationAgent.QueryTimeout プロパティ

Gets or sets the number of seconds that are allowed for internal queries to finish.

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

構文

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

value = instance.QueryTimeout

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

プロパティ値

型: System.Int32
A Int32 value that represents the number of seconds.

関連項目

参照

IMergeSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間