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 네임스페이스