次の方法で共有


ITransSynchronizationAgent.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 ITransSynchronizationAgent 
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
The maximum number of seconds to wait for connections to be established.

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間