다음을 통해 공유


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입니다.

특성

적용 대상