次の方法で共有


AgentCore.LoginTimeout プロパティ

Get or sets the number of seconds before the login times out for connections made by the agent.

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

構文

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

value = instance.LoginTimeout

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

プロパティ値

型: System.Int32
The number of seconds before the login times out for connections made by the agent.

説明

The default value for LoginTimeout is 15 seconds.

関連項目

参照

AgentCore クラス

Microsoft.SqlServer.Replication 名前空間