共用方式為


DacDeployOptions.ScriptFileSize 屬性

定義

取得或設定布林值,指定將檔案加入至檔案群組時是否指定檔案大小。

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

屬性值

True 表示將檔案加入至檔案群組時指定檔案大小,否則為 false。 預設值為 false。

屬性

適用於