Share via


SqlModelComparerConfiguration.IgnoreComments Property

Gets or sets whether to ignore any comments inside the body script.

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

Syntax

'Declaration
Public Property IgnoreComments As Boolean
    Get
    Set
'Usage
Dim instance As SqlModelComparerConfiguration
Dim value As Boolean

value = instance.IgnoreComments

instance.IgnoreComments = value
public bool IgnoreComments { get; set; }
public:
property bool IgnoreComments {
    bool get ();
    void set (bool value);
}
function get IgnoreComments () : boolean
function set IgnoreComments (value : boolean)
member IgnoreComments : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

SqlModelComparerConfiguration Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace