Partager via


Membres Configuration

Represents a configuration class that contains information about how a package is configured. This class cannot be inherited.

Le type Configuration expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ConfigurationString Gets or sets the location of the configuration.
Propriété publique ConfigurationType Gets or sets a value from the DTSConfigurationType that describes what kind of file the configuration information is stored in.
Propriété publique CreationName Returns the string that is used by the run-time engine to create an instance of the Configuration object and to add the object to the Configurations collection. This property is read-only.
Propriété publique Description Gets or sets the description of the configuration. This property is read-only.
Propriété publique ID Returns the ID assigned to the configuration. This property is read-only.
Propriété publique Name Gests or sets the name given to this configuration.
Propriété publique PackagePath Gets or sets the path of the package that the configuration applies to.

Haut de la page