Share via


ISqlProcedure.IsRecompiled Property

Gets or sets a value that models the RECOMPILE option.

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

Syntax

'Declaration
Property IsRecompiled As Boolean
bool IsRecompiled { get; set; }
property bool IsRecompiled {
    bool get ();
    void set (bool value);
}
abstract IsRecompiled : bool with get, set
function get IsRecompiled () : boolean
function set IsRecompiled (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlProcedure Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace