你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IfConditionActivity(String, DataFactoryExpression) Constructor

Definition

Initializes a new instance of IfConditionActivity.

public IfConditionActivity (string name, Azure.ResourceManager.DataFactory.Models.DataFactoryExpression expression);
new Azure.ResourceManager.DataFactory.Models.IfConditionActivity : string * Azure.ResourceManager.DataFactory.Models.DataFactoryExpression -> Azure.ResourceManager.DataFactory.Models.IfConditionActivity
Public Sub New (name As String, expression As DataFactoryExpression)

Parameters

name
String

Activity name.

expression
DataFactoryExpression

An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.

Exceptions

name or expression is null.

Applies to