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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET