Класс 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 : 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