Freigeben über


ExecutableProcedureReference.WithRecompile-Eigenschaft

Ruft ab oder legt fest, ob eine Kompilierung angegeben wird.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ExecutableProcedureReference Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace