メインコンテンツまでスキップ

AmazonRedshift.Database

Amazon Redshift データベースからデータをインポートします。

Syntax

AmazonRedshift.Database(
server as text,
database as text,
optional options as record
) as table

Remarks

データベース database 内の Amazon Redshift クラスター server 上のテーブルを一覧表示するテーブルを返します。 省略可能なレコード パラメーター options は、次のオプションを制御するために指定できます:

  • Provider Name: 接続のプロバイダー名として使用するテキスト値。これは、Microsoft 認証を使用する場合に使用されます。
  • Batch Size: サーバーへの 1 回の呼び出しで取り入れられる行の数。

Examples

Example #1

AmazonRedshift.Database("contoso.redshift.amazonaws.com:5439", "dev")