次の方法で共有


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 です。

属性

適用対象