Partager via


SqlModelComparerConfiguration.IgnoreComments, propriété

Obtient ou définit une valeur qui indique s'il faut ignorer tous les commentaires figurant dans le script du corps.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlModelComparerConfiguration Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms