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

특성

적용 대상