Share via


USqlAssemblyClr Constructors

Definition

Overloads

USqlAssemblyClr()

Initializes a new instance of the USqlAssemblyClr class.

USqlAssemblyClr(String, Nullable<Guid>, String, String, String)

Initializes a new instance of the USqlAssemblyClr class.

USqlAssemblyClr()

Initializes a new instance of the USqlAssemblyClr class.

public USqlAssemblyClr ();
Public Sub New ()

Applies to

USqlAssemblyClr(String, Nullable<Guid>, String, String, String)

Initializes a new instance of the USqlAssemblyClr class.

public USqlAssemblyClr (string computeAccountName = default, Guid? version = default, string databaseName = default, string name = default, string clrName = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr : string * Nullable<Guid> * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr
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)

Parameters

computeAccountName
String

the name of the Data Lake Analytics account.

version
Nullable<Guid>

the version of the catalog item.

databaseName
String

the name of the database.

name
String

the name of the assembly.

clrName
String

the name of the CLR.

Applies to