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


Класс ArrayValue

Holds the value of a parameter when the parameter is of type Array.

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

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод ArrayValue() Initializes a new instance of the ArrayValue class.
Открытый метод ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

В начало

Свойства

  Имя Описание
Открытое свойство Elements Gets or sets the elements of an array.
Открытое свойство ParamType Gets a parameter type.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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