Clase ComplexValue
Encapsulates the value of a complex type parameter.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ComplexValue _
Inherits DTSParamValue
'Uso
Dim instance As ComplexValue
[SerializableAttribute]
public class ComplexValue : DTSParamValue
[SerializableAttribute]
public ref class ComplexValue : public DTSParamValue
[<SerializableAttribute>]
type ComplexValue =
class
inherit DTSParamValue
end
public class ComplexValue extends DTSParamValue
El tipo ComplexValue expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ComplexValue() | Initializes a new instance of the ComplexValue class. | |
ComplexValue(array<ComplexProperty[]) | Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Properties | Gets an array of properties for the ComplexValue class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Creates an instance of the ComplexValue class that is identical to the current ComplexValue. (Invalida DTSParamValue.Clone().) | |
Equals | Determines whether two object instances are equal. (Invalida Object.Equals(Object).) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | Returns the hash code of this object. (Invalida Object.GetHashCode().) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.
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