Compartilhar via


Propriedade SqlSchemaDeploymentOptions.IgnorePartitionSchemes

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build