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。

属性

适用于