Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

USqlTableType 类

定义

Data Lake Analytics目录 U-SQL 表类型项。

public class USqlTableType : Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType
type USqlTableType = class
    inherit USqlType
Public Class USqlTableType
Inherits USqlType
继承
USqlTableType

构造函数

USqlTableType()

初始化 USqlTableType 类的新实例。

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>)

初始化 USqlTableType 类的新实例。

属性

Columns

获取与此表类型关联的类型字段信息。

ComputeAccountName

获取或设置Data Lake Analytics帐户的名称。

(继承自 CatalogItem)
CSharpName

获取或设置此类型的 C# 名称。

(继承自 USqlType)
DatabaseName

获取或设置数据库的名称。

(继承自 USqlType)
FullCSharpName

获取或设置此类型的完全限定 C# 名称。

(继承自 USqlType)
IsAssemblyType

获取或设置指示此类型是否为程序集类型的开关。

(继承自 USqlType)
IsComplexType

获取或设置指示此类型是否为复杂类型的开关。

(继承自 USqlType)
IsNullable

获取或设置指示此类型是否可为 null 的开关。

(继承自 USqlType)
IsTableType

获取或设置指示此类型是否为表类型的开关。

(继承自 USqlType)
IsUserDefined

获取或设置指示此类型是否为用户定义的开关。

(继承自 USqlType)
Name

获取或设置此类型的类型的名称。

(继承自 USqlType)
PrincipalId

获取或设置此类型的主体 ID。

(继承自 USqlType)
SchemaId

获取或设置此类型的架构 ID。

(继承自 USqlType)
SchemaName

获取或设置与此表和数据库关联的架构的名称。

(继承自 USqlType)
SystemTypeId

获取或设置此类型的系统类型 ID。

(继承自 USqlType)
TypeFamily

获取或设置此类型的类型系列。

(继承自 USqlType)
UserTypeId

获取或设置此类型的用户类型 ID。

(继承自 USqlType)
Version

获取或设置目录项的版本。

(继承自 CatalogItem)

适用于