Share via


SsisPackageLocationType Struct

Definition

The type of SSIS package location.

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

Constructors

Name Description
SsisPackageLocationType(String)

Initializes a new instance of SsisPackageLocationType.

Properties

Name Description
File

File.

InlinePackage

InlinePackage.

PackageStore

PackageStore.

Ssisdb

SSISDB.

Methods

Name Description
Equals(SsisPackageLocationType)

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

Determines if two SsisPackageLocationType values are the same.

Implicit(String to SsisPackageLocationType)

Converts a String to a SsisPackageLocationType.

Inequality(SsisPackageLocationType, SsisPackageLocationType)

Determines if two SsisPackageLocationType values are not the same.

Applies to