Compartilhar via


USqlTableType Construtores

Definição

Sobrecargas

USqlTableType()

Inicializa uma nova instância da classe 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 uma nova instância da classe USqlTableType.

USqlTableType()

Inicializa uma nova instância da classe USqlTableType.

public USqlTableType ();
Public Sub New ()

Aplica-se 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 uma nova instância da classe 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

o nome da conta Data Lake Analytics.

version
Nullable<Guid>

a versão do item de catálogo.

databaseName
String

o nome do banco de dados.

schemaName
String

o nome do esquema associado a esta tabela e banco de dados.

name
String

o nome do tipo para esse tipo.

typeFamily
String

a família de tipos para esse tipo.

cSharpName
String

o nome C# desse tipo.

fullCSharpName
String

o nome C# totalmente qualificado para esse tipo.

systemTypeId
Nullable<Int32>

a ID do tipo do sistema para esse tipo.

userTypeId
Nullable<Int32>

a ID do tipo de usuário para esse tipo.

schemaId
Nullable<Int32>

a ID do esquema para esse tipo.

principalId
Nullable<Int32>

a ID da entidade de segurança para esse tipo.

isNullable
Nullable<Boolean>

o comutador que indica se esse tipo é anulável.

isUserDefined
Nullable<Boolean>

o comutador que indica se esse tipo é definido pelo usuário.

isAssemblyType
Nullable<Boolean>

o comutador que indica se esse tipo é um tipo de assembly.

isTableType
Nullable<Boolean>

o comutador que indica se esse tipo é um tipo de tabela.

isComplexType
Nullable<Boolean>

o comutador que indica se esse tipo é um tipo complexo.

columns
IList<TypeFieldInfo>

as informações do campo de tipo associadas a esse tipo de tabela.

Aplica-se a