public class USqlAssemblyClr extends CatalogItem
| Constructor and Description |
|---|
USqlAssemblyClr() |
| Modifier and Type | Method and Description |
|---|---|
String |
clrName()
Get the name of the CLR.
|
String |
databaseName()
Get the name of the database.
|
String |
name()
Get the name of the assembly.
|
USqlAssemblyClr |
withClrName(String clrName)
Set the name of the CLR.
|
USqlAssemblyClr |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlAssemblyClr |
withName(String name)
Set the name of the assembly.
|
computeAccountName, version, withComputeAccountName, withVersionpublic String databaseName()
public USqlAssemblyClr withDatabaseName(String databaseName)
databaseName - the databaseName value to setpublic String name()
public USqlAssemblyClr withName(String name)
name - the name value to setpublic String clrName()
public USqlAssemblyClr withClrName(String clrName)
clrName - the clrName value to setCopyright © 2019. All rights reserved.