Freigeben über


SqlSchemaDeploymentOptions.IgnoreStatisticsSample-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Statistikbeispiel beim Vergleichen von Schemas ignoriert werden soll, oder legt diesen fest.

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
public bool IgnoreStatisticsSample { get; set; }
public:
property bool IgnoreStatisticsSample {
    bool get ();
    void set (bool value);
}
member IgnoreStatisticsSample : bool with get, set
function get IgnoreStatisticsSample () : boolean
function set IgnoreStatisticsSample (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace