Database.Export メソッド
Database オブジェクトの Export メソッドは、指定したテーブルの構造とデータをテキスト アーカイブ ファイルにコピーします。
構文
Database.Export(
table,
path,
file
)
パラメーター
-
テーブル
-
(必須) データベース テーブルの名前。 インストーラー データベースを使用している場合は、大文字と小文字が区別されます。
-
path
-
(必須) テキスト ファイルが配置されるフォルダーへのパスの文字列。
-
file
-
(必須) 作成するファイルの名前。 フォルダーは path オブジェクトで設定する必要があるため、これには含まれません。
戻り値
このメソッドは値を返しません。
解説
メソッドが失敗した場合は、LastErrorRecord メソッドを使用して拡張エラー情報を取得できます。
必要条件
要件 | 値 |
---|---|
バージョン |
Windows Server 2012、Windows 8、Windows Server 2008 R2、または Windows 7 の Windows インストーラー 5.0。 Windows Server 2008 または Windows Vista の Windows インストーラー 4.0 または Windows インストーラー 4.5。 Windows Server 2003 または Windows XP の Windows インストーラー |
[DLL] |
|
IID |
IID_IDatabase が 000C109D-0000-0000-C000-000000000046 と義されている |