SqlDeploymentOptions.CommentOutSetVarDeclarations 属性

定义

获取一个布尔值,该值指定是否在脚本标头中注释掉 SQLCMD 变量的声明。

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

属性值

如果注释掉这些声明,则为 true;否则为 false。 默认值为 false。

适用于