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