Propriedade ISqlStatistic.NoRecompute

Obtém ou define um valor que modela a opção NORECOMPUTE.

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

Sintaxe

'Declaração
Property NoRecompute As Boolean
    Get
    Set
bool NoRecompute { get; set; }
property bool NoRecompute {
    bool get ();
    void set (bool value);
}
abstract NoRecompute : bool with get, set
function get NoRecompute () : boolean
function set NoRecompute (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlStatistic Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel