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

DeleteActivity 构造函数

定义

重载

DeleteActivity()

初始化 DeleteActivity 类的新实例。

DeleteActivity(String, DatasetReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Nullable<Int32>, Object, LogStorageSettings, StoreReadSettings)

初始化 DeleteActivity 类的新实例。

DeleteActivity()

初始化 DeleteActivity 类的新实例。

public DeleteActivity ();
Public Sub New ()

适用于

DeleteActivity(String, DatasetReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Nullable<Int32>, Object, LogStorageSettings, StoreReadSettings)

初始化 DeleteActivity 类的新实例。

public DeleteActivity (string name, 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 recursive = default, int? maxConcurrentConnections = default, object enableLogging = default, Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings logStorageSettings = default, Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings storeSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DeleteActivity : string * 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 * Nullable<int> * obj * Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings * Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings -> Microsoft.Azure.Management.DataFactory.Models.DeleteActivity
Public Sub New (name As String, 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 recursive As Object = Nothing, Optional maxConcurrentConnections As Nullable(Of Integer) = Nothing, Optional enableLogging As Object = Nothing, Optional logStorageSettings As LogStorageSettings = Nothing, Optional storeSettings As StoreReadSettings = Nothing)

参数

name
String

活动名称。

dataset
DatasetReference

删除活动数据集引用。

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

description
String

活动说明。

dependsOn
IList<ActivityDependency>

活动取决于条件。

userProperties
IList<UserProperty>

活动用户属性。

linkedServiceName
LinkedServiceReference

链接服务引用。

policy
ActivityPolicy

活动策略。

recursive
Object

如果为 true,则当前文件夹路径下的文件或子文件夹将以递归方式删除。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。

maxConcurrentConnections
Nullable<Int32>

用于同时连接数据源的最大并发连接数。

enableLogging
Object

是否记录删除活动执行的详细日志。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。

logStorageSettings
LogStorageSettings

enableLogging 为 true 时,客户需要提供的日志存储设置。

storeSettings
StoreReadSettings

删除活动存储设置。

适用于