SoapPayload.SessionNeverTimesOut プロパティ

セッションがタイムアウトしないかどうかを示す Boolean プロパティを取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SessionNeverTimesOut As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Boolean
セッションがタイムアウトしないかどうかを示す Boolean 値です。True の場合、セッションはタイムアウトしません。False (既定値) の場合、SessionTimeout プロパティで指定した時間が経過するとセッションがタイムアウトします。

使用例

エンドポイントの実装

関連項目

参照

SoapPayload クラス

Microsoft.SqlServer.Management.Smo 名前空間