Classe BusinessLogicParameterCollection
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a collection of business logic parameter.
Gerarchia di ereditarietà
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicParameterCollection _
Inherits ArrayList _
Implements IDataParameterCollection, IList, ICollection, IEnumerable
'Utilizzo
Dim instance As BusinessLogicParameterCollection
public class BusinessLogicParameterCollection : ArrayList,
IDataParameterCollection, IList, ICollection, IEnumerable
public ref class BusinessLogicParameterCollection : public ArrayList,
IDataParameterCollection, IList, ICollection, IEnumerable
type BusinessLogicParameterCollection =
class
inherit ArrayList
interface IDataParameterCollection
interface IList
interface ICollection
interface IEnumerable
end
public class BusinessLogicParameterCollection extends ArrayList implements IDataParameterCollection, IList, ICollection, IEnumerable
Nel tipo BusinessLogicParameterCollection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
BusinessLogicParameterCollection | Initializes a new instance of the BusinessLogicParameterCollection class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Capacity | Ereditato da ArrayList. | |
Count | Ereditato da ArrayList. | |
IsFixedSize | Ereditato da ArrayList. | |
IsReadOnly | Ereditato da ArrayList. | |
IsSynchronized | Ereditato da ArrayList. | |
Item[Int32] | Ereditato da ArrayList. | |
Item[String] | Gets or sets the parameter collection at the specified index. | |
SyncRoot | Ereditato da ArrayList. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add(Object) | Adds the specified parameter to the collection. Esegue l'override di ArrayList.Add(Object). | |
Add(BusinessLogicParameter) | Adds the specified parameter to the collection. | |
Add(String, DbType) | Adds the specified parameter to the collection. | |
Add(String, Object) | Adds the specified parameter to the collection. | |
Add(String, DbType, String) | Adds the specified parameter to the collection. | |
AddRange | Ereditato da ArrayList. | |
BinarySearch(Object) | Ereditato da ArrayList. | |
BinarySearch(Object, IComparer) | Ereditato da ArrayList. | |
BinarySearch(Int32, Int32, Object, IComparer) | Ereditato da ArrayList. | |
Clear | Ereditato da ArrayList. | |
Clone | Ereditato da ArrayList. | |
Contains(Object) | Ereditato da ArrayList. | |
Contains(String) | Indicates whether the parameter with the specified name exists in the collection. | |
CopyTo(Array) | Ereditato da ArrayList. | |
CopyTo(Array, Int32) | Ereditato da ArrayList. | |
CopyTo(BusinessLogicParameterCollection, Int32) | Copies a BusinessLogicParameterCollection starting at the specified index. | |
CopyTo(Int32, Array, Int32, Int32) | Ereditato da ArrayList. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator() | Ereditato da ArrayList. | |
GetEnumerator(Int32, Int32) | Ereditato da ArrayList. | |
GetHashCode | Ereditato da Object. | |
GetRange | Ereditato da ArrayList. | |
GetType | Ereditato da Object. | |
IndexOf(Object) | Ereditato da ArrayList. | |
IndexOf(String) | Returns the index of the parameter object with the specified name. | |
IndexOf(Object, Int32) | Ereditato da ArrayList. | |
IndexOf(Object, Int32, Int32) | Ereditato da ArrayList. | |
Insert(Int32, Object) | Ereditato da ArrayList. | |
Insert(Int32, BusinessLogicParameterCollection) | Inserts the specified index of the parameter object with the specified name into the collection at the specified index | |
InsertRange | Ereditato da ArrayList. | |
LastIndexOf(Object) | Ereditato da ArrayList. | |
LastIndexOf(Object, Int32) | Ereditato da ArrayList. | |
LastIndexOf(Object, Int32, Int32) | Ereditato da ArrayList. | |
MemberwiseClone | Ereditato da Object. | |
Remove(Object) | Ereditato da ArrayList. | |
Remove(BusinessLogicParameterCollection) | Removes the parameter object from the collection. | |
RemoveAt(Int32) | Ereditato da ArrayList. | |
RemoveAt(String) | Removes the parameter object with the specified name from the collection. | |
RemoveRange | Ereditato da ArrayList. | |
Reverse() | Ereditato da ArrayList. | |
Reverse(Int32, Int32) | Ereditato da ArrayList. | |
SetRange | Ereditato da ArrayList. | |
Sort() | Ereditato da ArrayList. | |
Sort(IComparer) | Ereditato da ArrayList. | |
Sort(Int32, Int32, IComparer) | Ereditato da ArrayList. | |
ToArray() | Ereditato da ArrayList. | |
ToArray(Type) | Ereditato da ArrayList. | |
ToString | Ereditato da Object. | |
TrimToSize | Ereditato da ArrayList. |
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.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport