次の方法で共有


RedshiftUnloadSettings コンストラクター

定義

オーバーロード

RedshiftUnloadSettings()

RedshiftUnloadSettings クラスの新しいインスタンスを初期化します。

RedshiftUnloadSettings(LinkedServiceReference, Object)

RedshiftUnloadSettings クラスの新しいインスタンスを初期化します。

RedshiftUnloadSettings()

RedshiftUnloadSettings クラスの新しいインスタンスを初期化します。

public RedshiftUnloadSettings ();
Public Sub New ()

適用対象

RedshiftUnloadSettings(LinkedServiceReference, Object)

RedshiftUnloadSettings クラスの新しいインスタンスを初期化します。

public RedshiftUnloadSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference s3LinkedServiceName, object bucketName);
new Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj -> Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings
Public Sub New (s3LinkedServiceName As LinkedServiceReference, bucketName As Object)

パラメーター

s3LinkedServiceName
LinkedServiceReference

Amazon Redshift ソースからコピーするときにアンロード操作に使用される Amazon S3 のリンクされたサービスの名前。

bucketName
Object

Amazon Redshift ソースからアンロードされたデータを格納するために使用される中間 Amazon S3 のバケット。 バケットは、Amazon Redshift ソースと同じリージョンに存在する必要があります。 型: string (または resultType 文字列を含む式)。

適用対象