次の方法で共有


AppendVariableActivity コンストラクター

定義

オーバーロード

AppendVariableActivity()

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

AppendVariableActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, String, Object)

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

AppendVariableActivity()

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

public AppendVariableActivity ();
Public Sub New ()

適用対象

AppendVariableActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, String, Object)

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

public AppendVariableActivity (string name, 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, string variableName = default, object value = default);
new Microsoft.Azure.Management.DataFactory.Models.AppendVariableActivity : string * 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> * string * obj -> Microsoft.Azure.Management.DataFactory.Models.AppendVariableActivity
Public Sub New (name As String, 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 variableName As String = Nothing, Optional value As Object = Nothing)

パラメーター

name
String

アクティビティ名。

additionalProperties
IDictionary<String,Object>

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

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

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

userProperties
IList<UserProperty>

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

variableName
String

値を追加する必要がある変数の名前。

value
Object

追加する値。 静的な値または式を指定できます

適用対象