JobTargetGroupJobTarget

data class JobTargetGroupJobTarget(val databaseName: String? = null, val elasticPoolName: String? = null, val jobCredentialId: String? = null, val membershipType: String? = null, val serverName: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(databaseName: String? = null, elasticPoolName: String? = null, jobCredentialId: String? = null, membershipType: String? = null, serverName: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

The name of the MS SQL Database.

Link copied to clipboard
val elasticPoolName: String? = null

The name of the MS SQL Elastic Pool.

Link copied to clipboard
val jobCredentialId: String? = null

The ID of the job credential to use during execution of jobs.

Link copied to clipboard
val membershipType: String? = null

The membership type for this job target. Possible values are Include and Exclude. Defaults to Include.

Link copied to clipboard

The name of the MS SQL Server.

Link copied to clipboard
val type: String? = null

The job target type. This value is computed based on server_name, database_name, and elastic_pool_name.