Sdílet prostřednictvím


SqlSchemaDeploymentOptions.IgnorePartitionSchemes – vlastnost

Obor názvů:  Microsoft.Data.Schema.Sql.Build
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaDeploymentOptions Třída

Microsoft.Data.Schema.Sql.Build – obor názvů