PolybaseSettingsRejectType Struct

Definition

Indicates whether the RejectValue property is specified as a literal value or a percentage.

public readonly struct PolybaseSettingsRejectType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.PolybaseSettingsRejectType>
type PolybaseSettingsRejectType = struct
Public Structure PolybaseSettingsRejectType
Implements IEquatable(Of PolybaseSettingsRejectType)
Inheritance
PolybaseSettingsRejectType
Implements

Constructors

PolybaseSettingsRejectType(String)

Initializes a new instance of PolybaseSettingsRejectType.

Properties

Percentage

percentage.

Value

value.

Methods

Equals(PolybaseSettingsRejectType)

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(PolybaseSettingsRejectType, PolybaseSettingsRejectType)

Determines if two PolybaseSettingsRejectType values are the same.

Implicit(String to PolybaseSettingsRejectType)

Converts a string to a PolybaseSettingsRejectType.

Inequality(PolybaseSettingsRejectType, PolybaseSettingsRejectType)

Determines if two PolybaseSettingsRejectType values are not the same.

Applies to