Classe DTSParamValueCollection
Represents a collection of DTSParamValue objects.
Hierarquia de herança
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSParamValueCollection
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class DTSParamValueCollection _
Inherits CollectionBase _
Implements ICollection, IEnumerable, ICloneable
'Uso
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
O tipo DTSParamValueCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Capacity | (Herdado de CollectionBase.) | |
Count | (Herdado de CollectionBase.) | |
InnerList | (Herdado de CollectionBase.) | |
Item | Gets an element at a specified index. | |
List | (Herdado de CollectionBase.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds a DTSParamValue to the end of a collection. | |
Clear | (Herdado de 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. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de CollectionBase.) | |
GetHashCode | Returns the hash code for this object. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de 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 | (Herdado de Object.) | |
OnClear | (Herdado de CollectionBase.) | |
OnClearComplete | (Herdado de CollectionBase.) | |
OnInsert | (Herdado de CollectionBase.) | |
OnInsertComplete | (Herdado de CollectionBase.) | |
OnRemove | (Herdado de CollectionBase.) | |
OnRemoveComplete | (Herdado de CollectionBase.) | |
OnSet | (Herdado de CollectionBase.) | |
OnSetComplete | (Herdado de CollectionBase.) | |
OnValidate | (Herdado de CollectionBase.) | |
RemoveAt | (Herdado de CollectionBase.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de CollectionBase.) | |
IList. . :: . .Contains | (Herdado de CollectionBase.) | |
ICollection. . :: . .CopyTo | (Herdado de CollectionBase.) | |
IList. . :: . .IndexOf | (Herdado de CollectionBase.) | |
IList. . :: . .Insert | (Herdado de CollectionBase.) | |
IList. . :: . .IsFixedSize | (Herdado de CollectionBase.) | |
IList. . :: . .IsReadOnly | (Herdado de CollectionBase.) | |
ICollection. . :: . .IsSynchronized | (Herdado de CollectionBase.) | |
IList. . :: . .Item | (Herdado de CollectionBase.) | |
IList. . :: . .Remove | (Herdado de CollectionBase.) | |
ICollection. . :: . .SyncRoot | (Herdado de CollectionBase.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.