Partager via


SsisPackageLocationType Structure

Définition

Type d’emplacement du package SSIS.

public readonly struct SsisPackageLocationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SsisPackageLocationType>
type SsisPackageLocationType = struct
Public Structure SsisPackageLocationType
Implements IEquatable(Of SsisPackageLocationType)
Héritage
SsisPackageLocationType
Implémente

Constructeurs

SsisPackageLocationType(String)

Initialise une nouvelle instance de SsisPackageLocationType.

Propriétés

File

Fichier.

InlinePackage

InlinePackage.

PackageStore

Packagestore.

Ssisdb

SSISDB.

Méthodes

Equals(SsisPackageLocationType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(SsisPackageLocationType, SsisPackageLocationType)

Détermine si deux SsisPackageLocationType valeurs sont identiques.

Implicit(String to SsisPackageLocationType)

Convertit une chaîne en SsisPackageLocationType.

Inequality(SsisPackageLocationType, SsisPackageLocationType)

Détermine si deux SsisPackageLocationType valeurs ne sont pas identiques.

S’applique à