Share via


USqlAssemblyClr Class

Definition

A Data Lake Analytics catalog U-SQL assembly CLR item.

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

Constructors

USqlAssemblyClr()

Initializes a new instance of the USqlAssemblyClr class.

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

Initializes a new instance of the USqlAssemblyClr class.

Properties

ClrName

Gets or sets the name of the CLR.

ComputeAccountName

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

(Inherited from CatalogItem)
DatabaseName

Gets or sets the name of the database.

Name

Gets or sets the name of the assembly.

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to