Condividi tramite


Proprietà MaxDispatchLatencySessionOption.IsInfinite

Ottiene o imposta un valore che indica se INFINITE è specificato.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property IsInfinite As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se INFINITE è specificato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

MaxDispatchLatencySessionOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql