USqlProperties Constructor

 

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Overload List

Name Description
System_CAPS_pubmethod USqlProperties()

Initializes a new instance of the USqlProperties class.

System_CAPS_pubmethod USqlProperties(String)

Initializes a new instance of the USqlProperties class with required arguments.

See Also

USqlProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top

USqlProperties Constructor ()

Initializes a new instance of the USqlProperties class.

Syntax

public USqlProperties()
public:
USqlProperties()
new : unit -> USqlProperties
Public Sub New

Return to top

USqlProperties Constructor (String)

Initializes a new instance of the USqlProperties class with required arguments.

Syntax

public USqlProperties(
    string script
)
public:
USqlProperties(
    String^ script
)
new : 
        script:string -> USqlProperties
Public Sub New (
    script As String
)

Parameters

Return to top