Classe DTSParamValueCollection
Represents a collection of DTSParamValue objects.
Gerarchia di ereditarietà
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSParamValueCollection
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DTSParamValueCollection _
Inherits CollectionBase _
Implements ICollection, IEnumerable, ICloneable
'Utilizzo
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
Nel tipo DTSParamValueCollection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
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
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
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
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.