次の方法で共有


DacExtractOptions.ExtractAllTableData プロパティ

定義

すべてのユーザー テーブルのデータを抽出するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

すべてのユーザー テーブルのデータを抽出する場合は true、それ以外の場合は false です。 既定値は false です。

属性

適用対象