SsisPackageLocationType 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 package location.
public readonly struct SsisPackageLocationType : IEquatable<Azure.ResourceManager.DataFactory.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. |