USqlTableValuedFunction Class

Definition

A Data Lake Analytics catalog U-SQL table valued function item.

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

Constructors

USqlTableValuedFunction()

Initializes a new instance of the USqlTableValuedFunction class.

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

Initializes a new instance of the USqlTableValuedFunction 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 definition of the table valued function.

Name

Gets or sets the name of the table valued function.

SchemaName

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

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to