DataLakeAnalyticsUsqlActivity(String, Object, LinkedServiceReference) 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 DataLakeAnalyticsUsqlActivity.
public DataLakeAnalyticsUsqlActivity (string name, object scriptPath, Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference scriptLinkedService);
new Azure.Analytics.Synapse.Artifacts.Models.DataLakeAnalyticsUsqlActivity : string * obj * Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference -> Azure.Analytics.Synapse.Artifacts.Models.DataLakeAnalyticsUsqlActivity
Public Sub New (name As String, scriptPath As Object, scriptLinkedService As LinkedServiceReference)
Parameters
- name
- String
Activity name.
- scriptPath
- Object
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- scriptLinkedService
- LinkedServiceReference
Script linked service reference.
Exceptions
name
, scriptPath
or scriptLinkedService
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