Compartir a través de


ExtendedProperty Miembros

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

El tipo ExtendedProperty expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Dispose Releases the resources used by the instance of this class.
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 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.
Propiedad pública DataType Gets the DataType of the value stored in this instance for the package. This field is read-only.
Propiedad pública Description Gets or sets the description related to the property stored in this instance.
Propiedad pública ID Gets the GUID for this instance.
Propiedad pública Name Gets or sets a name for what is stored in this instance.
Propiedad pública Namespace Gets or sets the namespace associated with this information.
Propiedad pública Site Infraestructura.
Propiedad pública Value Gets or sets the value for the information stored in this instance.

Principio

Eventos

  Nombre Descripción
Evento público Disposed Adds an event handler to listen to the Disposed event.

Principio