共用方式為


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。

屬性

適用於