SqlModelComparerConfiguration.IgnoreSemicolonBetweenStatements (Propiedad)

Obtiene o establece un valor que indica si se van a omitir los signos de punto y coma entre las instrucciones.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlModelComparerConfiguration Clase

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