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


Элементы ExtendedProperty

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

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

Методы

  Имя Описание
Открытый метод Dispose Releases the resources used by the instance of this class.
Открытый метод 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.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство DataType Gets the DataType of the value stored in this instance for the package. This field is read-only.
Открытое свойство Description Gets or sets the description related to the property stored in this instance.
Открытое свойство ID Gets the GUID for this instance.
Открытое свойство Name Gets or sets a name for what is stored in this instance.
Открытое свойство Namespace Gets or sets the namespace associated with this information.
Открытое свойство Site Инфраструктура.
Открытое свойство Value Gets or sets the value for the information stored in this instance.

В начало

События

  Имя Описание
Открытое событие Disposed Adds an event handler to listen to the Disposed event.

В начало