Поделиться через


Элементы Configuration

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

Тип Configuration предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство ConfigurationString Gets or sets the location of the configuration.
Открытое свойство ConfigurationType Gets or sets a value from the DTSConfigurationType that describes what kind of file the configuration information is stored in.
Открытое свойство 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.
Открытое свойство Description Gets or sets the description of the configuration. This property is read-only.
Открытое свойство ID Returns the ID assigned to the configuration. This property is read-only.
Открытое свойство Name Gests or sets the name given to this configuration.
Открытое свойство PackagePath Gets or sets the path of the package that the configuration applies to.

В начало