次の方法で共有


IMergeSynchronizationAgent.LoginTimeout プロパティ

Gets or sets the maximum number of seconds to wait for connections to be established.

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

構文

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

value = instance.LoginTimeout

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

プロパティ値

型: System.Int32
A Int32 value that represents a maximum time, in seconds.

関連項目

参照

IMergeSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間