Udostępnij za pośrednictwem


Właściwość SoapPayload.SessionNeverTimesOut

Pobiera lub ustawia Boolean właściwość, która określa, czy nigdy czasu sesja out.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SessionNeverTimesOut As Boolean
    Get
    Set
'Użycie
Dim instance As SoapPayload
Dim value As Boolean

value = instance.SessionNeverTimesOut

instance.SessionNeverTimesOut = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool SessionNeverTimesOut { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool SessionNeverTimesOut {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SessionNeverTimesOut : bool with get, set
function get SessionNeverTimesOut () : boolean
function set SessionNeverTimesOut (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy nigdy czasu sesja out.
Jeśli True, nigdy nie razy limit sesja.
Jeśli False (domyślnie), limit czasu sesja po określonym okresie SessionTimeout właściwość.