Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreTableOptions

Ottiene o imposta un valore che indica se le opzioni di tabella devono essere ignorate nel confronto degli schemi.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public Property IgnoreTableOptions As Boolean
    Get
    Set
public bool IgnoreTableOptions { get; set; }
public:
property bool IgnoreTableOptions {
    bool get ();
    void set (bool value);
}
member IgnoreTableOptions : bool with get, set
function get IgnoreTableOptions () : boolean
function set IgnoreTableOptions (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build