Gets or sets a value that indicates whether INFINITE is specified.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IsInfinite As Boolean
Get
Set
用法
Dim instance As MaxDispatchLatencySessionOption
Dim value As Boolean
value = instance.IsInfinite
instance.IsInfinite = value
public bool IsInfinite { get; set; }
public:
property bool IsInfinite {
bool get ();
void set (bool value);
}
member IsInfinite : bool with get, set
function get IsInfinite () : boolean
function set IsInfinite (value : boolean)
属性值
类型:System.Boolean
True if INFINITE is specified; otherwise, false.