Compartilhar via


Propriedade Sql90SchemaDeploymentOptions.IgnoreObjectPlacementOnPartitionScheme

Obtém ou define um valor que indica se o posicionamento de objetos em um esquema de partição será ignorado durante a implantação.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

Sql90SchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build