Membri DTSParamValueCollection
Represents a collection of DTSParamValue objects.
Il tipo DTSParamValueCollection espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Adds a DTSParamValue to the end of a collection. | |
Clear | (Ereditato da 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. (Esegue l'override di Object. . :: . .Equals(Object).) | |
Finalize | (Ereditato da Object). | |
GetEnumerator | (Ereditato da CollectionBase). | |
GetHashCode | Returns the hash code for this object. (Esegue l'override di Object. . :: . .GetHashCode() () () ().) | |
GetType | (Ereditato da 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 | (Ereditato da Object). | |
OnClear | (Ereditato da CollectionBase). | |
OnClearComplete | (Ereditato da CollectionBase). | |
OnInsert | (Ereditato da CollectionBase). | |
OnInsertComplete | (Ereditato da CollectionBase). | |
OnRemove | (Ereditato da CollectionBase). | |
OnRemoveComplete | (Ereditato da CollectionBase). | |
OnSet | (Ereditato da CollectionBase). | |
OnSetComplete | (Ereditato da CollectionBase). | |
OnValidate | (Ereditato da CollectionBase). | |
RemoveAt | (Ereditato da CollectionBase). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Capacity | (Ereditato da CollectionBase). | |
Count | (Ereditato da CollectionBase). | |
InnerList | (Ereditato da CollectionBase). | |
Item | Gets an element at a specified index. | |
List | (Ereditato da CollectionBase). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList. . :: . .Add | (Ereditato da CollectionBase). | |
IList. . :: . .Contains | (Ereditato da CollectionBase). | |
ICollection. . :: . .CopyTo | (Ereditato da CollectionBase). | |
IList. . :: . .IndexOf | (Ereditato da CollectionBase). | |
IList. . :: . .Insert | (Ereditato da CollectionBase). | |
IList. . :: . .IsFixedSize | (Ereditato da CollectionBase). | |
IList. . :: . .IsReadOnly | (Ereditato da CollectionBase). | |
ICollection. . :: . .IsSynchronized | (Ereditato da CollectionBase). | |
IList. . :: . .Item | (Ereditato da CollectionBase). | |
IList. . :: . .Remove | (Ereditato da CollectionBase). | |
ICollection. . :: . .SyncRoot | (Ereditato da CollectionBase). |
In alto
Vedere anche