Compartir a través de


SqlSchemaDeploymentOptions.IgnoreWhitespace (Propiedad)

Obtiene o establece un valor que indica si se deben omitir los espacios en blanco 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 IgnoreWhitespace As Boolean
    Get
    Friend Set
public bool IgnoreWhitespace { get; internal set; }
public:
property bool IgnoreWhitespace {
    bool get ();
    internal: void set (bool value);
}
member IgnoreWhitespace : bool with get, internal set
function get IgnoreWhitespace () : boolean
internal function set IgnoreWhitespace (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)