次の方法で共有


LookupActivity コンストラクター

定義

オーバーロード

LookupActivity()

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

LookupActivity(String, CopySource, DatasetReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object)

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

LookupActivity()

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

public LookupActivity ();
Public Sub New ()

適用対象

LookupActivity(String, CopySource, DatasetReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object)

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

public LookupActivity (string name, Microsoft.Azure.Management.DataFactory.Models.CopySource source, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object firstRowOnly = default);
new Microsoft.Azure.Management.DataFactory.Models.LookupActivity : string * Microsoft.Azure.Management.DataFactory.Models.CopySource * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj -> Microsoft.Azure.Management.DataFactory.Models.LookupActivity
Public Sub New (name As String, source As CopySource, dataset As DatasetReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional firstRowOnly As Object = Nothing)

パラメーター

name
String

アクティビティ名。

source
CopySource

コピー アクティビティ ソースと同じデータセット固有のソース プロパティ。

dataset
DatasetReference

ルックアップ アクティビティ データセットの参照。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス 参照。

policy
ActivityPolicy

アクティビティ ポリシー。

firstRowOnly
Object

最初の行を返すか、すべての行を返すか。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。

適用対象