JobExecutionTarget interface
The target that a job execution is executed on.
Properties
| database |
The database name. |
| server |
The server name. |
| type | The type of the target. |
Property Details
databaseName
The database name.
databaseName?: string
Property Value
string
serverName
The server name.
serverName?: string
Property Value
string
type
The type of the target.
type?: string
Property Value
string