DacDeployOptions.ScriptRefreshModule 속성

정의

참조된 개체가 업데이트될 때 참조 프로시저를 새로 고칠지 여부를 지정하는 부울 값을 얻거나 설정합니다.

public bool ScriptRefreshModule { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptRefreshModule")]
public bool ScriptRefreshModule { get; set; }
member this.ScriptRefreshModule : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptRefreshModule")>]
member this.ScriptRefreshModule : bool with get, set
Public Property ScriptRefreshModule As Boolean

속성 값

참조 프로시저를 새로 고치려면 True입니다. 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상