GetDatabasePlainArgs

data class GetDatabasePlainArgs(val name: String, val serverId: String) : ConvertibleToJava<GetDatabasePlainArgs>

A collection of arguments for invoking getDatabase.

Constructors

Link copied to clipboard
fun GetDatabasePlainArgs(name: String, serverId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetDatabasePlainArgs

Properties

Link copied to clipboard

The name of the MS SQL Database.

Link copied to clipboard

The id of the MS SQL Server on which to read the database.