Compartir a través de


Clase ComplexProperty

Encapsulates the information about one property of a complex type parameter.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ComplexProperty
'Uso
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty =  class end
public class ComplexProperty

El tipo ComplexProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ComplexProperty() Initializes a new instance of the ComplexProperty class.
Método público ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DataType Gets the data type of a property.
Propiedad pública Name Gets the name of a property.
Propiedad pública ParamType Gets the DTSParamType of a parameter.
Propiedad pública ParamValue Gets or sets the value of a property.

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Método público Equals Determines whether two object instances are equal. (Invalida Object.Equals(Object).)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

This class is used when the DTSParamType is Complex.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask