SqlScriptDifferConstructor.IgnoreComments Property

Gets or sets whether to ignore comments.

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

Syntax

'Declaration
Public Property IgnoreComments As Boolean
    Get
    Set
'Usage
Dim instance As SqlScriptDifferConstructor
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
Returns True if the compare operation should ignore comments, False if comment differences should be respected.

.NET Framework Security

See Also

Reference

SqlScriptDifferConstructor Class

SqlScriptDifferConstructor Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace