Compartir a través de


USqlTableType Constructores

Definición

Sobrecargas

USqlTableType()

Inicializa una nueva instancia de la clase 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>)

Inicializa una nueva instancia de la clase USqlTableType.

USqlTableType()

Inicializa una nueva instancia de la clase USqlTableType.

public USqlTableType ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase USqlTableType.

public USqlTableType (string computeAccountName = default, Guid? version = default, string databaseName = default, string schemaName = default, string name = default, string typeFamily = default, string cSharpName = default, string fullCSharpName = default, int? systemTypeId = default, int? userTypeId = default, int? schemaId = default, int? principalId = default, bool? isNullable = default, bool? isUserDefined = default, bool? isAssemblyType = default, bool? isTableType = default, bool? isComplexType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo> columns = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType : string * Nullable<Guid> * string * string * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional schemaName As String = Nothing, Optional name As String = Nothing, Optional typeFamily As String = Nothing, Optional cSharpName As String = Nothing, Optional fullCSharpName As String = Nothing, Optional systemTypeId As Nullable(Of Integer) = Nothing, Optional userTypeId As Nullable(Of Integer) = Nothing, Optional schemaId As Nullable(Of Integer) = Nothing, Optional principalId As Nullable(Of Integer) = Nothing, Optional isNullable As Nullable(Of Boolean) = Nothing, Optional isUserDefined As Nullable(Of Boolean) = Nothing, Optional isAssemblyType As Nullable(Of Boolean) = Nothing, Optional isTableType As Nullable(Of Boolean) = Nothing, Optional isComplexType As Nullable(Of Boolean) = Nothing, Optional columns As IList(Of TypeFieldInfo) = Nothing)

Parámetros

computeAccountName
String

el nombre de la cuenta de Data Lake Analytics.

version
Nullable<Guid>

la versión del elemento de catálogo.

databaseName
String

el nombre de la base de datos.

schemaName
String

el nombre del esquema asociado a esta tabla y base de datos.

name
String

el nombre de tipo de este tipo.

typeFamily
String

familia de tipos para este tipo.

cSharpName
String

el nombre de C# para este tipo.

fullCSharpName
String

nombre completo de C# para este tipo.

systemTypeId
Nullable<Int32>

el identificador de tipo del sistema para este tipo.

userTypeId
Nullable<Int32>

el identificador de tipo de usuario de este tipo.

schemaId
Nullable<Int32>

el identificador de esquema de este tipo.

principalId
Nullable<Int32>

el identificador de entidad de seguridad de este tipo.

isNullable
Nullable<Boolean>

el modificador que indica si este tipo acepta valores NULL.

isUserDefined
Nullable<Boolean>

el modificador que indica si este tipo está definido por el usuario.

isAssemblyType
Nullable<Boolean>

el modificador que indica si este tipo es un tipo de ensamblado.

isTableType
Nullable<Boolean>

el modificador que indica si este tipo es un tipo de tabla.

isComplexType
Nullable<Boolean>

el modificador que indica si este tipo es un tipo complejo.

columns
IList<TypeFieldInfo>

la información del campo de tipo asociada a este tipo de tabla.

Se aplica a