次の方法で共有


CatalogOperationsExtensions.ListViewsByDatabase メソッド

定義

Data Lake Analytics カタログからデータベース内のすべてのビューの一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> ListViewsByDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery = default, string select = default, bool? count = default);
static member ListViewsByDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * 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 ListViewsByDatabase (operations As ICatalogOperations, accountName As String, databaseName 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

ビューを含むデータベースの名前。

odataQuery
ODataQuery<USqlView>

操作に適用する OData パラメーター。

select
String

OData Select ステートメント。 各エントリのプロパティを、要求されたプロパティ (Categories?$select=CategoryName,Description など) に制限します。 省略可能。

count
Nullable<Boolean>

応答内のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。

戻り値

適用対象