テーブルをデータ設定前にパージするかどうかを取得または設定します。
名前空間 : Microsoft.Data.Schema.Tasks
アセンブリ : Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)
構文
'宣言
Public Property PurgeTablesBeforePopulate As Boolean
'使用
Dim instance As DataGeneratorTask
Dim value As Boolean
value = instance.PurgeTablesBeforePopulate
instance.PurgeTablesBeforePopulate = value
public bool PurgeTablesBeforePopulate { get; set; }
public:
property bool PurgeTablesBeforePopulate {
bool get ();
void set (bool value);
}
public function get PurgeTablesBeforePopulate () : boolean
public function set PurgeTablesBeforePopulate (value : boolean)
プロパティ値
型 : System.Boolean