Classe ComplexValue
Encapsulates the value of a complex type parameter.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ComplexValue _
Inherits DTSParamValue
'Utilizzo
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
Nel tipo ComplexValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
Properties | Gets an array of properties for the ComplexValue class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of the ComplexValue class that is identical to the current ComplexValue. Esegue l'override di DTSParamValue.Clone(). | |
Equals | Determines whether two object instances are equal. Esegue l'override di Object.Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Returns the hash code of this object. Esegue l'override di Object.GetHashCode(). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask