SqlDeploymentOptions.IgnoreComments 属性

定义

获取一个布尔值,该值指定在比较源模型和目标模型时是否从考虑中排除注释。

public bool IgnoreComments { get; }
member this.IgnoreComments : bool
Public ReadOnly Property IgnoreComments As Boolean

属性值

如果忽略注释的差异,则为 True;否则为 false。 默认值为 false。

适用于