DeleteActivity(String, DatasetReference) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DeleteActivity.
public DeleteActivity (string name, Azure.Analytics.Synapse.Artifacts.Models.DatasetReference dataset);
new Azure.Analytics.Synapse.Artifacts.Models.DeleteActivity : string * Azure.Analytics.Synapse.Artifacts.Models.DatasetReference -> Azure.Analytics.Synapse.Artifacts.Models.DeleteActivity
Public Sub New (name As String, dataset As DatasetReference)
Parameters
- name
- String
Activity name.
- dataset
- DatasetReference
Delete activity dataset reference.
Exceptions
name
or dataset
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET