你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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