Classe ComplexValue
Encapsulates the value of a complex type parameter.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ComplexValue
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
<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
O tipo ComplexValue expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Properties | Gets an array of properties for the ComplexValue class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates an instance of the ComplexValue class that is identical to the current ComplexValue. (Substitui DTSParamValue. . :: . .Clone() () () ().) | |
Equals | Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns the hash code of this object. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.