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(en-US,SQL.90).gif ConfigurationString Gets or sets the location of the configuration.
ms211671.pubproperty(en-US,SQL.90).gif ConfigurationType Gets or sets a value from the DTSConfigurationType that describes what kind of file the configuration information is stored in.
ms211671.pubproperty(en-US,SQL.90).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(en-US,SQL.90).gif Description Gets or sets the description of the configuration. This property is read-only.
ms211671.pubproperty(en-US,SQL.90).gif ID Returns the ID assigned to the configuration. This property is read-only.
ms211671.pubproperty(en-US,SQL.90).gif Name Gests or sets the name given to this configuration.
ms211671.pubproperty(en-US,SQL.90).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(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211671.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211671.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms211671.pubmethod(en-US,SQL.90).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(en-US,SQL.90).gifms211671.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211671.pubmethod(en-US,SQL.90).gifms211671.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211671.pubmethod(en-US,SQL.90).gifms211671.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211671.pubmethod(en-US,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms211671.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms211671.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms211671.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Configuration Class
Microsoft.SqlServer.Dts.Runtime Namespace