你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CatalogOperationsExtensions.ListViews 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从Data Lake Analytics目录中检索视图列表。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> ListViews (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery = default, string select = default, bool? count = default);
static member ListViews : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>
<Extension()>
Public Function ListViews (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlView) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing) As IPage(Of USqlView)
参数
- operations
- ICatalogOperations
此扩展方法的操作组。
- accountName
- String
Azure Data Lake Analytics用于执行目录操作的帐户。
- databaseName
- String
包含视图的数据库的名称。
- schemaName
- String
包含视图的架构的名称。
- odataQuery
- ODataQuery<USqlView>
要应用于操作的 OData 参数。
- select
- String
OData Select 语句。 将每个条目的属性限制为仅请求的属性,例如 Categories?$select=CategoryName,Description。 可选。