Bagikan melalui


ExtendedProperty Members

Include Protected Members
Include Inherited Members

This class contains members that hold additional information about a package.

The ExtendedProperty type exposes the following members.

Methods

  Name Description
Public method Dispose() Releases the resources used by the instance of this class.
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method LoadFromXML(XmlNode, IDTSEvents) This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method
Protected method MemberwiseClone() (Inherited from Object.)
Public method SaveToXML(XmlDocument%, XmlNode, IDTSEvents) This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property CreationName Returns the string that is used by the run-time engine to create an instance of the ExtendedProperty object and to add the object to the ExtendedProperties collection. This property is read-only.
Public property DataType Gets the DataType of the value stored in this instance for the package. This field is read-only.
Public property Description Gets or sets the description related to the property stored in this instance.
Public property ID Gets the GUID for this instance.
Public property Name Gets or sets a name for what is stored in this instance.
Public property Namespace Gets or sets the namespace associated with this information.
Public property Site Infrastructure.
Public property Value Gets or sets the value for the information stored in this instance.

Top

Events

  Name Description
Public event Disposed Adds an event handler to listen to the Disposed event.

Top