USqlType Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
USqlType() |
Initialise une nouvelle instance de la classe USqlType. |
USqlType(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>) |
Initialise une nouvelle instance de la classe USqlType. |
USqlType()
Initialise une nouvelle instance de la classe USqlType.
public USqlType ();
Public Sub New ()
S’applique à
USqlType(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>)
Initialise une nouvelle instance de la classe USqlType.
public USqlType (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);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType : 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> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType
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)
Paramètres
- computeAccountName
- String
nom du compte Data Lake Analytics.
- 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 du type pour ce type.
- typeFamily
- String
la famille de types pour ce type.
- cSharpName
- String
nom C# de ce type.
- fullCSharpName
- String
nom C# complet pour ce type.
S’applique à
Azure SDK for .NET