USqlDatabase Class

Definition

A Data Lake Analytics catalog U-SQL database item.

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

Constructors

USqlDatabase()

Initializes a new instance of the USqlDatabase class.

USqlDatabase(String, Nullable<Guid>, String)

Initializes a new instance of the USqlDatabase class.

Properties

ComputeAccountName

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

(Inherited from CatalogItem)
Name

Gets or sets the name of the database.

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to