USqlDatabase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET