LoginTimeout 속성
Gets or sets the number of seconds after which an attempt to connect times out.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property LoginTimeout As Integer
Get
Set
‘사용 방법
Dim instance As JobServer
Dim value As Integer
value = instance.LoginTimeout
instance.LoginTimeout = value
[SfcPropertyAttribute]
public int LoginTimeout { get; set; }
[SfcPropertyAttribute]
public:
property int LoginTimeout {
int get ();
void set (int value);
}
[<SfcPropertyAttribute>]
member LoginTimeout : int with get, set
function get LoginTimeout () : int
function set LoginTimeout (value : int)
속성 값
형식: System. . :: . .Int32
An Int32 value that specifies the time seconds after which a connection attempt times out.