Compartir a través de


SqlSchemaDeploymentOptions.IgnoreTableOptions (Propiedad)

Obtiene o establece un valor que indica si se deben omitir las opciones de tabla al comparar los esquemas.

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaDeploymentOptions Clase

Microsoft.Data.Schema.Sql.Build (Espacio de nombres)