次の方法で共有


CatalogOperationsExtensions.GetExternalDataSource メソッド

定義

Data Lake Analytics カタログから指定された外部データ ソースを取得します。

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

パラメーター

operations
ICatalogOperations

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

accountName
String

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

databaseName
String

外部データ ソースを含むデータベースの名前。

externalDataSourceName
String

外部データ ソースの名前。

戻り値

適用対象