SessionTimeoutPayloadOption.IsNever 属性

返回会话是否从不超时。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property IsNever As Boolean
    Get
    Set
public bool IsNever { get; set; }
public:
property bool IsNever {
    bool get ();
    void set (bool value);
}
member IsNever : bool with get, set
function get IsNever () : boolean
function set IsNever (value : boolean)

属性值

类型:System.Boolean
如果会话从不超时,则返回 true;否则返回 false。

.NET Framework 安全性

请参见

参考

SessionTimeoutPayloadOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间