GetDatabasePlainArgs

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

A collection of arguments for invoking getDatabase.

Constructors

Link copied to clipboard
constructor(name: String, serverId: String)

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.

Functions

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