USqlType 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 type item.
public class USqlType : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlType = class
inherit CatalogItem
Public Class USqlType
Inherits CatalogItem
- Inheritance
- Derived
Constructors
USqlType() |
Initializes a new instance of the USqlType class. |
USqlType(String, Nullable<Guid>, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the USqlType class. |
Properties
ComputeAccountName |
Gets or sets the name of the Data Lake Analytics account. (Inherited from CatalogItem) |
CSharpName |
Gets or sets the C# name for this type. |
DatabaseName |
Gets or sets the name of the database. |
FullCSharpName |
Gets or sets the fully qualified C# name for this type. |
IsAssemblyType |
Gets or sets the the switch indicating if this type is an assembly type. |
IsComplexType |
Gets or sets the the switch indicating if this type is a complex type. |
IsNullable |
Gets or sets the the switch indicating if this type is nullable. |
IsTableType |
Gets or sets the the switch indicating if this type is a table type. |
IsUserDefined |
Gets or sets the the switch indicating if this type is user defined. |
Name |
Gets or sets the name of type for this type. |
PrincipalId |
Gets or sets the principal ID for this type. |
SchemaId |
Gets or sets the schema ID for this type. |
SchemaName |
Gets or sets the name of the schema associated with this table and database. |
SystemTypeId |
Gets or sets the system type ID for this type. |
TypeFamily |
Gets or sets the type family for this type. |
UserTypeId |
Gets or sets the user type ID for this type. |
Version |
Gets or sets the version of the catalog item. (Inherited from CatalogItem) |
Applies to
Azure SDK for .NET