Sdílet prostřednictvím


JobStepOutputType Struct

Definition

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

JobStepOutputType(String)

Initializes a new instance of JobStepOutputType.

Properties

SqlDatabase

SqlDatabase.

Methods

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

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.

Applies to