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

SqlPoolTablesOperationsExtensions.ListBySchema 方法

定义

获取 SQL 池中给定架构的表

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolTable> ListBySchema (this Microsoft.Azure.Management.Synapse.ISqlPoolTablesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SqlPoolTable> odataQuery = default);
static member ListBySchema : Microsoft.Azure.Management.Synapse.ISqlPoolTablesOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SqlPoolTable> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolTable>
<Extension()>
Public Function ListBySchema (operations As ISqlPoolTablesOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, schemaName As String, Optional odataQuery As ODataQuery(Of SqlPoolTable) = Nothing) As IPage(Of SqlPoolTable)

参数

operations
ISqlPoolTablesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

workspaceName
String

工作区的名称

sqlPoolName
String

SQL 池名称

schemaName
String

架构的名称。

odataQuery
ODataQuery<SqlPoolTable>

要应用于操作的 OData 参数。

返回

注解

获取 SQL 池中给定架构的表。

适用于