Compartir a través de


Configuration Miembros

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

El tipo Configuration expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método publico LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConfigurationString Gets or sets the location of the configuration.
Propiedad pública ConfigurationType Gets or sets a value from the DTSConfigurationType that describes what kind of file the configuration information is stored in.
Propiedad pública 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.
Propiedad pública Description Gets or sets the description of the configuration. This property is read-only.
Propiedad pública ID Returns the ID assigned to the configuration. This property is read-only.
Propiedad pública Name Gests or sets the name given to this configuration.
Propiedad pública PackagePath Gets or sets the path of the package that the configuration applies to.

Principio