Compartir a través de


DtsProperty Miembros

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

El tipo DtsProperty expone los siguientes miembros.

Métodos

  Nombre Descripción
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 GetExport Returns the export flag for the specified object.
Método publico GetExpression Returns a String that contains the expression for the specified object. Null means no expression is assigned.
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetPackagePath Returns a String that contains the relative path to the location of the specified package.
Método publico GetType (Se hereda de Object).
Método publico GetValue Returns the value of the property.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SetExport Sets the export flag for the specified object.
Método publico SetExpression Assigns the specified expression to the object. Specify nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). to remove an existing expression from the property.
Método publico SetValue Sets the value of the property.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConnectionType Returns the name of the connection manager used to create the connection. This field is read-only.
Propiedad pública Get Returns a Boolean that indicates whether a property value can be read. This field is read-only.
Propiedad pública Name Returns the name of the property. This field is read-only.
Propiedad pública PropertyKind Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. This information is used by the designer.
Propiedad pública Set Returns a Boolean that indicates whether the referenced object property is changeable. This field is read-only.
Propiedad pública Type Returns the data type of the parameter. This field is read-only.
Propiedad pública TypeConverter Returns the assembly-qualified type name of the type converter object for the property.
Propiedad pública UITypeEditor Returns the assembly-qualified type name of the graphical editor for the property. This type is read-only.

Principio