SessionNeverTimesOut プロパティ
セッションがタイムアウトしないかどうかを示す Boolean プロパティを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property SessionNeverTimesOut As Boolean
Get
Set
'使用
Dim instance As SoapPayload
Dim value As Boolean
value = instance.SessionNeverTimesOut
instance.SessionNeverTimesOut = value
[SfcPropertyAttribute]
public bool SessionNeverTimesOut { get; set; }
[SfcPropertyAttribute]
public:
property bool SessionNeverTimesOut {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member SessionNeverTimesOut : bool with get, set
function get SessionNeverTimesOut () : boolean
function set SessionNeverTimesOut (value : boolean)
プロパティ値
型: System. . :: . .Boolean
セッションがタイムアウトしないかどうかを示す Boolean 値です。
True の場合、セッションはタイムアウトしません。
False (既定値) の場合、SessionTimeout プロパティで指定した時間が経過するとセッションがタイムアウトします。