Partager via


USqlTableType Constructeurs

Définition

Surcharges

USqlTableType()

Initialise une nouvelle instance de la 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>)

Initialise une nouvelle instance de la classe USqlTableType.

USqlTableType()

Initialise une nouvelle instance de la classe USqlTableType.

public USqlTableType ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

computeAccountName
String

nom du compte Data Lake Analytics.

version
Nullable<Guid>

version de l’élément de catalogue.

databaseName
String

le nom de la base de données.

schemaName
String

nom du schéma associé à cette table et à cette base de données.

name
String

nom de type pour ce type.

typeFamily
String

famille de types pour ce type.

cSharpName
String

nom C# pour ce type.

fullCSharpName
String

nom C# complet pour ce type.

systemTypeId
Nullable<Int32>

ID de type système pour ce type.

userTypeId
Nullable<Int32>

ID de type d’utilisateur pour ce type.

schemaId
Nullable<Int32>

ID de schéma pour ce type.

principalId
Nullable<Int32>

ID du principal pour ce type.

isNullable
Nullable<Boolean>

le commutateur indiquant si ce type peut avoir la valeur Null.

isUserDefined
Nullable<Boolean>

le commutateur indiquant si ce type est défini par l’utilisateur.

isAssemblyType
Nullable<Boolean>

le commutateur indiquant si ce type est un type d’assembly.

isTableType
Nullable<Boolean>

le commutateur indiquant si ce type est un type de table.

isComplexType
Nullable<Boolean>

le commutateur indiquant si ce type est un type complexe.

columns
IList<TypeFieldInfo>

informations de champ de type associées à ce type de table.

S’applique à