USqlAssemblyClr Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- databaseName
- String
the name of the database.
- name
- String
the name of the assembly.
- clrName
- String
the name of the CLR.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET