JobStepOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String, 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
Azure SDK for .NET