Поделиться через


Класс ComplexProperty

Encapsulates the information about one property of a complex type parameter.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка:  Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ComplexProperty
'Применение
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty =  class end
public class ComplexProperty

Тип ComplexProperty обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ComplexProperty() Initializes a new instance of the ComplexProperty class.
Открытый метод ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

В начало

Свойства

  Имя Описание
Открытое свойство DataType Gets the data type of a property.
Открытое свойство Name Gets the name of a property.
Открытое свойство ParamType Gets the DTSParamType of a parameter.
Открытое свойство ParamValue Gets or sets the value of a property.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Открытый метод Equals Determines whether two object instances are equal. (Переопределяет Object.Equals(Object).)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

This class is used when the DTSParamType is Complex.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask