次の方法で共有


CatalogOperationsExtensions.GetDatabase メソッド

定義

指定したデータベースをData Lake Analytics カタログから取得します。

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

パラメーター

operations
ICatalogOperations

この拡張メソッドの操作グループ。

accountName
String

カタログ操作を実行する Azure Data Lake Analytics アカウント。

databaseName
String

データベースの名前。

戻り値

適用対象