Класс DTSParamValueCollection
Represents a collection of DTSParamValue objects.
Иерархия наследования
System.Object
System.Collections.CollectionBase
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DTSParamValueCollection _
Inherits CollectionBase _
Implements ICollection, IEnumerable, ICloneable
'Применение
Dim instance As DTSParamValueCollection
[SerializableAttribute]
public class DTSParamValueCollection : CollectionBase,
ICollection, IEnumerable, ICloneable
[SerializableAttribute]
public ref class DTSParamValueCollection : public CollectionBase,
ICollection, IEnumerable, ICloneable
[<SerializableAttribute>]
type DTSParamValueCollection =
class
inherit CollectionBase
interface ICollection
interface IEnumerable
interface ICloneable
end
public class DTSParamValueCollection extends CollectionBase implements ICollection, IEnumerable, ICloneable
Тип DTSParamValueCollection обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Capacity | (Производный от CollectionBase.) | |
Count | (Производный от CollectionBase.) | |
InnerList | (Производный от CollectionBase.) | |
Item | Gets an element at a specified index. | |
List | (Производный от CollectionBase.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Adds a DTSParamValue to the end of a collection. | |
Clear | (Производный от CollectionBase.) | |
Clone | Creates a deep copy of a collection. This method cannot be inherited. | |
Contains | Indicates whether the items in a collection can be accessed by using indexing without throwing an exception. | |
Equals | Determines whether two object instances are equal. (Переопределяет Object.Equals(Object).) | |
Finalize | (Производный от Object.) | |
GetEnumerator | (Производный от CollectionBase.) | |
GetHashCode | Returns the hash code for this object. (Переопределяет Object.GetHashCode().) | |
GetType | (Производный от Object.) | |
IndexOf | Returns the zero-based index of the first occurrence of a value in a collection. | |
Insert | Adds a new DTSParamValue object into a collection at the location specified by the index. | |
MemberwiseClone | (Производный от Object.) | |
OnClear | (Производный от CollectionBase.) | |
OnClearComplete | (Производный от CollectionBase.) | |
OnInsert | (Производный от CollectionBase.) | |
OnInsertComplete | (Производный от CollectionBase.) | |
OnRemove | (Производный от CollectionBase.) | |
OnRemoveComplete | (Производный от CollectionBase.) | |
OnSet | (Производный от CollectionBase.) | |
OnSetComplete | (Производный от CollectionBase.) | |
OnValidate | (Производный от CollectionBase.) | |
RemoveAt | (Производный от CollectionBase.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IList.Add | (Производный от CollectionBase.) | |
IList.Contains | (Производный от CollectionBase.) | |
ICollection.CopyTo | (Производный от CollectionBase.) | |
IList.IndexOf | (Производный от CollectionBase.) | |
IList.Insert | (Производный от CollectionBase.) | |
IList.IsFixedSize | (Производный от CollectionBase.) | |
IList.IsReadOnly | (Производный от CollectionBase.) | |
ICollection.IsSynchronized | (Производный от CollectionBase.) | |
IList.Item | (Производный от CollectionBase.) | |
IList.Remove | (Производный от CollectionBase.) | |
ICollection.SyncRoot | (Производный от CollectionBase.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask