Sprache

DacDeployOptions.IgnorePartitionSchemes Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob der Parametertyp und grenzWERTE einer PARTITION-FUNKTION beim Vergleichen des Quell- und Zielmodells ausgeschlossen werden sollen. Schließt auch FILEGROUP- und Partitionsfunktion eines PARTITIONSSCHEMAs beim Vergleich des Quell- und Zielmodells aus.

public bool IgnorePartitionSchemes { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnorePartitionSchemes")]
public bool IgnorePartitionSchemes { get; set; }
member this.IgnorePartitionSchemes : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnorePartitionSchemes")>]
member this.IgnorePartitionSchemes : bool with get, set
Public Property IgnorePartitionSchemes As Boolean

Eigenschaftswert

True, um Aspekte von Partitionsfunktionen und Schemas zu ignorieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: