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


Элементы DtsProperty

Contains properties and methods used by several containers on their properties. This class cannot be inherited.

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

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetExport Returns the export flag for the specified object.
Открытый метод GetExpression Returns a String that contains the expression for the specified object. Null means no expression is assigned.
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetPackagePath Returns a String that contains the relative path to the location of the specified package.
Открытый метод GetType (Наследуется из Object.)
Открытый метод GetValue Returns the value of the property.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод SetExport Sets the export flag for the specified object.
Открытый метод SetExpression Assigns the specified expression to the object. Specify nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) to remove an existing expression from the property.
Открытый метод SetValue Sets the value of the property.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство ConnectionType Returns the name of the connection manager used to create the connection. This field is read-only.
Открытое свойство Get Returns a Boolean that indicates whether a property value can be read. This field is read-only.
Открытое свойство Name Returns the name of the property. This field is read-only.
Открытое свойство PropertyKind Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. This information is used by the designer.
Открытое свойство Set Returns a Boolean that indicates whether the referenced object property is changeable. This field is read-only.
Открытое свойство Type Returns the data type of the parameter. This field is read-only.
Открытое свойство TypeConverter Returns the assembly-qualified type name of the type converter object for the property.
Открытое свойство UITypeEditor Returns the assembly-qualified type name of the graphical editor for the property. This type is read-only.

В начало