Freigeben über


CatalogOperationsExtensions.GetAssembly Methode

Definition

Ruft die angegebene Assembly aus dem Data Lake Analytics-Katalog ab.

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

Parameter

operations
ICatalogOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Analytics Konto zum Ausführen von Katalogvorgängen.

databaseName
String

Der Name der Datenbank, die die Assembly enthält.

assemblyName
String

Der Name der Assembly.

Gibt zurück

Gilt für: