USqlAssembly 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 Assembly.
public class USqlAssembly : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlAssembly = class
inherit CatalogItem
Public Class USqlAssembly
Inherits CatalogItem
- Inheritance
Constructors
USqlAssembly() |
Initializes a new instance of the USqlAssembly class. |
USqlAssembly(String, Nullable<Guid>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<USqlAssemblyFileInfo>, IList<USqlAssemblyDependencyInfo>) |
Initializes a new instance of the USqlAssembly 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. |
Dependencies |
Gets or sets the list of dependencies associated with the assembly |
Files |
Gets or sets the list of files associated with the assembly |
IsUserDefined |
Gets or sets the switch indicating if this assembly is user defined or not. |
IsVisible |
Gets or sets the switch indicating if this assembly is visible or not. |
Name |
Gets or sets the name of the assembly. |
Version |
Gets or sets the version of the catalog item. (Inherited from CatalogItem) |
Applies to
Azure SDK for .NET