SsisLogLocationType Struct

Definition

The type of SSIS log location.

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

Constructors

SsisLogLocationType(String)

Initializes a new instance of SsisLogLocationType.

Properties

File

File.

Methods

Equals(SsisLogLocationType)

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

Determines if two SsisLogLocationType values are the same.

Implicit(String to SsisLogLocationType)

Converts a string to a SsisLogLocationType.

Inequality(SsisLogLocationType, SsisLogLocationType)

Determines if two SsisLogLocationType values are not the same.

Applies to