Share via


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

Name Description
SsisLogLocationType(String)

Initializes a new instance of SsisLogLocationType.

Properties

Name Description
File

File.

Methods

Name Description
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

Name Description
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