Freigeben über


IsRecompiled-Eigenschaft

Gets a value that indicates whether the stored procedure is recompiled before execution.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsRecompiled As Boolean
    Get
'Usage
Dim instance As IStoredProcedure
Dim value As Boolean

value = instance.IsRecompiled
bool IsRecompiled { get; }
property bool IsRecompiled {
    bool get ();
}
abstract IsRecompiled : bool
function get IsRecompiled () : boolean

Eigenschaftswert

Typ: System. . :: . .Boolean
true if the stored procedure is recompiled before execution; otherwise, false.