Share via


USqlProcedure Class

Definition

A Data Lake Analytics catalog U-SQL procedure item.

public class USqlProcedure : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlProcedure = class
    inherit CatalogItem
Public Class USqlProcedure
Inherits CatalogItem
Inheritance
USqlProcedure

Constructors

USqlProcedure()

Initializes a new instance of the USqlProcedure class.

USqlProcedure(String, Nullable<Guid>, String, String, String, String)

Initializes a new instance of the USqlProcedure class.

Properties

ComputeAccountName

Gets or sets the name of the Data Lake Analytics account.

(Inherited from CatalogItem)
DatabaseName

Gets or sets the name of the database.

Definition

Gets or sets the defined query of the procedure.

Name

Gets or sets the name of the procedure.

SchemaName

Gets or sets the name of the schema associated with this procedure and database.

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to