JobStepOutput Class

Definition

The output configuration of a job step.

public class JobStepOutput
type JobStepOutput = class
Public Class JobStepOutput
Inheritance
JobStepOutput

Constructors

JobStepOutput()

Initializes a new instance of the JobStepOutput class.

JobStepOutput(String, String, String, String, JobStepOutputType, Nullable<Guid>, String, String)

Initializes a new instance of the JobStepOutput class.

Properties

Credential

Gets or sets the resource ID of the credential to use to connect to the output destination.

DatabaseName

Gets or sets the output destination database.

ResourceGroupName

Gets or sets the output destination resource group.

SchemaName

Gets or sets the output destination schema.

ServerName

Gets or sets the output destination server name.

SubscriptionId

Gets or sets the output destination subscription id.

TableName

Gets or sets the output destination table.

Type

Gets or sets the output destination type. Possible values include: 'SqlDatabase'

Methods

Validate()

Validate the object.

Applies to