SqlScriptComparerConstructor.IgnoreComments 属性

获取或设置一个值,该值指示比较操作是否应忽略注释。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:System.Boolean

备注

此设置影响单行和多行注释。

.NET Framework 安全性

请参见

参考

SqlScriptComparerConstructor 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间