Udostępnij przez


Configuration Members

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

The following tables list the members exposed by the Configuration type.

Public Properties

  Name Description
ms211671.pubproperty(pl-pl,SQL.100).gif ConfigurationString Gets or sets the location of the configuration.
ms211671.pubproperty(pl-pl,SQL.100).gif ConfigurationType Gets or sets a value from the DTSConfigurationType that describes what kind of file the configuration information is stored in.
ms211671.pubproperty(pl-pl,SQL.100).gif 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.
ms211671.pubproperty(pl-pl,SQL.100).gif Description Gets or sets the description of the configuration. This property is read-only.
ms211671.pubproperty(pl-pl,SQL.100).gif ID Returns the ID assigned to the configuration. This property is read-only.
ms211671.pubproperty(pl-pl,SQL.100).gif Name Gests or sets the name given to this configuration.
ms211671.pubproperty(pl-pl,SQL.100).gif PackagePath Gets or sets the path of the package that the configuration applies to.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211671.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from DtsObject )
ms211671.pubmethod(pl-pl,SQL.100).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211671.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms211671.pubmethod(pl-pl,SQL.100).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms211671.pubmethod(pl-pl,SQL.100).gifms211671.static(pl-pl,SQL.100).gif op_Equality  (inherited from DtsObject )
ms211671.pubmethod(pl-pl,SQL.100).gifms211671.static(pl-pl,SQL.100).gif op_Inequality  (inherited from DtsObject )
ms211671.pubmethod(pl-pl,SQL.100).gifms211671.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms211671.pubmethod(pl-pl,SQL.100).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms211671.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms211671.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms211671.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top