你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CatalogOperationsExtensions.GetTable 方法

定义

从Data Lake Analytics目录中检索指定的表。

public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable GetTable (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName);
static member GetTable : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable
<Extension()>
Public Function GetTable (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String) As USqlTable

参数

operations
ICatalogOperations

此扩展方法的操作组。

accountName
String

要对其执行目录操作的 Azure Data Lake Analytics帐户。

databaseName
String

包含表的数据库的名称。

schemaName
String

包含表的架构的名称。

tableName
String

表的名称。

返回

适用于