SsisLogLocationType 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 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
Azure SDK for .NET