SsisPackageLocationType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET