Partilhar via


Propriedade SqlModelComparerConfiguration.IgnoreComments

Obtém ou define um valor que indica se deve ignorar todos os comentários dentro do corpo de script.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public Property IgnoreComments As Boolean
    Get
    Set
public bool IgnoreComments { get; set; }
public:
property bool IgnoreComments {
    bool get ();
    void set (bool value);
}
member IgnoreComments : bool with get, set
function get IgnoreComments () : boolean
function set IgnoreComments (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlModelComparerConfiguration Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel