Класс ComplexValue
Encapsulates the value of a complex type parameter.
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
'Декларация
<SerializableAttribute> _
Public Class ComplexValue _
Inherits DTSParamValue
'Применение
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
Тип ComplexValue обеспечивает доступ к следующим элементам.
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало
Имя | Описание | |
---|---|---|
![]() |
Properties | Gets an array of properties for the ComplexValue class. |
В начало
Имя | Описание | |
---|---|---|
![]() |
Clone | Creates an instance of the ComplexValue class that is identical to the current ComplexValue. (Переопределяет DTSParamValue.Clone().) |
![]() |
Equals | Determines whether two object instances are equal. (Переопределяет Object.Equals(Object).) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | Returns the hash code of this object. (Переопределяет Object.GetHashCode().) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask