Aracılığıyla paylaş


USqlView Class

Definition

A Data Lake Analytics catalog U-SQL view item.

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

Constructors

USqlView()

Initializes a new instance of the USqlView class.

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

Initializes a new instance of the USqlView 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 view.

Name

Gets or sets the name of the view.

SchemaName

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

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to