JobStepOutputType Struct
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 destination type.
public readonly struct JobStepOutputType : IEquatable<Azure.ResourceManager.Sql.Models.JobStepOutputType>
type JobStepOutputType = struct
Public Structure JobStepOutputType
Implements IEquatable(Of JobStepOutputType)
- Inheritance
-
JobStepOutputType
- Implements
Constructors
| Name | Description |
|---|---|
| JobStepOutputType(String) |
Initializes a new instance of JobStepOutputType. |
Properties
| Name | Description |
|---|---|
| SqlDatabase |
SqlDatabase. |
Methods
| Name | Description |
|---|---|
| Equals(JobStepOutputType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(JobStepOutputType, JobStepOutputType) |
Determines if two JobStepOutputType values are the same. |
| Implicit(String to JobStepOutputType) |
Converts a String to a JobStepOutputType. |
| Inequality(JobStepOutputType, JobStepOutputType) |
Determines if two JobStepOutputType values are not the same. |