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

CatalogOperationsExtensions.GetTableValuedFunctionAsync 方法

定义

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> GetTableValuedFunctionAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableValuedFunctionName, System.Threading.CancellationToken cancellationToken = default);
static member GetTableValuedFunctionAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>
<Extension()>
Public Function GetTableValuedFunctionAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableValuedFunctionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTableValuedFunction)

参数

operations
ICatalogOperations

此扩展方法的操作组。

accountName
String

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

databaseName
String

包含表值函数的数据库的名称。

schemaName
String

包含表值函数的架构的名称。

tableValuedFunctionName
String

tableValuedFunction 的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于