次の方法で共有


USqlAssembly コンストラクター

定義

オーバーロード

USqlAssembly()

USqlAssembly クラスの新しいインスタンスを初期化します。

USqlAssembly(String, Nullable<Guid>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<USqlAssemblyFileInfo>, IList<USqlAssemblyDependencyInfo>)

USqlAssembly クラスの新しいインスタンスを初期化します。

USqlAssembly()

USqlAssembly クラスの新しいインスタンスを初期化します。

public USqlAssembly ();
Public Sub New ()

適用対象

USqlAssembly(String, Nullable<Guid>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<USqlAssemblyFileInfo>, IList<USqlAssemblyDependencyInfo>)

USqlAssembly クラスの新しいインスタンスを初期化します。

public USqlAssembly (string computeAccountName = default, Guid? version = default, string databaseName = default, string name = default, string clrName = default, bool? isVisible = default, bool? isUserDefined = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo> files = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo> dependencies = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly : string * Nullable<Guid> * string * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional name As String = Nothing, Optional clrName As String = Nothing, Optional isVisible As Nullable(Of Boolean) = Nothing, Optional isUserDefined As Nullable(Of Boolean) = Nothing, Optional files As IList(Of USqlAssemblyFileInfo) = Nothing, Optional dependencies As IList(Of USqlAssemblyDependencyInfo) = Nothing)

パラメーター

computeAccountName
String

Data Lake Analytics アカウントの名前。

version
Nullable<Guid>

カタログ アイテムのバージョン。

databaseName
String

データベースの名前。

name
String

アセンブリの名前。

clrName
String

CLR の名前。

isVisible
Nullable<Boolean>

このアセンブリが表示されているかどうかを示すスイッチ。

isUserDefined
Nullable<Boolean>

このアセンブリがユーザー定義であるかどうかを示すスイッチ。

files
IList<USqlAssemblyFileInfo>

アセンブリに関連付けられているファイルの一覧

dependencies
IList<USqlAssemblyDependencyInfo>

アセンブリに関連付けられている依存関係の一覧

適用対象