public class JobExecutionTarget extends Object
| Constructor and Description |
|---|
JobExecutionTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
databaseName()
Get the database name.
|
String |
serverName()
Get the server name.
|
JobTargetType |
type()
Get the type of the target.
|
public JobTargetType type()
public String serverName()
public String databaseName()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/