USqlTable 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
USqlTable() |
Initialise une nouvelle instance de la classe USqlTable. |
USqlTable(String, Nullable<Guid>, String, String, String, IList<USqlTableColumn>, IList<USqlIndex>, IList<String>, ExternalTable, USqlDistributionInfo) |
Initialise une nouvelle instance de la classe USqlTable. |
USqlTable()
Initialise une nouvelle instance de la classe USqlTable.
public USqlTable ();
Public Sub New ()
S’applique à
USqlTable(String, Nullable<Guid>, String, String, String, IList<USqlTableColumn>, IList<USqlIndex>, IList<String>, ExternalTable, USqlDistributionInfo)
Initialise une nouvelle instance de la classe USqlTable.
public USqlTable (string computeAccountName = default, Guid? version = default, string databaseName = default, string schemaName = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn> columnList = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex> indexList = default, System.Collections.Generic.IList<string> partitionKeyList = default, Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable externalTable = default, Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo distributionInfo = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable : string * Nullable<Guid> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable * Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable
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 columnList As IList(Of USqlTableColumn) = Nothing, Optional indexList As IList(Of USqlIndex) = Nothing, Optional partitionKeyList As IList(Of String) = Nothing, Optional externalTable As ExternalTable = Nothing, Optional distributionInfo As USqlDistributionInfo = 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 de la table.
- columnList
- IList<USqlTableColumn>
la liste des colonnes de cette table
- externalTable
- ExternalTable
table externe associée à la table.
- distributionInfo
- USqlDistributionInfo
les informations de distribution de la table
S’applique à
Azure SDK for .NET