SqlPlanGenerationOptions.IgnoreStatisticsSample Property

Gets or sets whether to ignore SQL statistics sample values.

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

Syntax

'Declaration
Public Property IgnoreStatisticsSample As Boolean
    Get
    Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean

value = instance.IgnoreStatisticsSample

instance.IgnoreStatisticsSample = value
public bool IgnoreStatisticsSample { get; set; }
public:
property bool IgnoreStatisticsSample {
    bool get ();
    void set (bool value);
}
function get IgnoreStatisticsSample () : boolean
function set IgnoreStatisticsSample (value : boolean)
member IgnoreStatisticsSample : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace