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

SsisPackageLocationType(String)

Initializes a new instance of SsisPackageLocationType.

Properties

File

File.

InlinePackage

InlinePackage.

PackageStore

PackageStore.

Ssisdb

SSISDB.

Methods

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

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