다음을 통해 공유


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

특성

적용 대상