BusinessLogicParameterCollection Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a collection of business logic parameter.
Inheritance Hierarchy
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class BusinessLogicParameterCollection _
Inherits ArrayList _
Implements IDataParameterCollection, IList, ICollection, IEnumerable
'Usage
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
The BusinessLogicParameterCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessLogicParameterCollection | Initializes a new instance of the BusinessLogicParameterCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from ArrayList.) | |
Count | (Inherited from ArrayList.) | |
IsFixedSize | (Inherited from ArrayList.) | |
IsReadOnly | (Inherited from ArrayList.) | |
IsSynchronized | (Inherited from ArrayList.) | |
Item[Int32] | (Inherited from ArrayList.) | |
Item[String] | Gets or sets the parameter collection at the specified index. | |
SyncRoot | (Inherited from ArrayList.) |
Top
Methods
Name | Description | |
---|---|---|
Add(Object) | Adds the specified parameter to the collection. (Overrides 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 | (Inherited from ArrayList.) | |
BinarySearch(Object) | (Inherited from ArrayList.) | |
BinarySearch(Object, IComparer) | (Inherited from ArrayList.) | |
BinarySearch(Int32, Int32, Object, IComparer) | (Inherited from ArrayList.) | |
Clear | (Inherited from ArrayList.) | |
Clone | (Inherited from ArrayList.) | |
Contains(Object) | (Inherited from ArrayList.) | |
Contains(String) | Indicates whether the parameter with the specified name exists in the collection. | |
CopyTo(Array) | (Inherited from ArrayList.) | |
CopyTo(Array, Int32) | (Inherited from ArrayList.) | |
CopyTo(BusinessLogicParameterCollection, Int32) | Copies a BusinessLogicParameterCollection starting at the specified index. | |
CopyTo(Int32, Array, Int32, Int32) | (Inherited from ArrayList.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator() | (Inherited from ArrayList.) | |
GetEnumerator(Int32, Int32) | (Inherited from ArrayList.) | |
GetHashCode | (Inherited from Object.) | |
GetRange | (Inherited from ArrayList.) | |
GetType | (Inherited from Object.) | |
IndexOf(Object) | (Inherited from ArrayList.) | |
IndexOf(String) | Returns the index of the parameter object with the specified name. | |
IndexOf(Object, Int32) | (Inherited from ArrayList.) | |
IndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) | |
Insert(Int32, Object) | (Inherited from ArrayList.) | |
Insert(Int32, BusinessLogicParameterCollection) | Inserts the specified index of the parameter object with the specified name into the collection at the specified index | |
InsertRange | (Inherited from ArrayList.) | |
LastIndexOf(Object) | (Inherited from ArrayList.) | |
LastIndexOf(Object, Int32) | (Inherited from ArrayList.) | |
LastIndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(Object) | (Inherited from ArrayList.) | |
Remove(BusinessLogicParameterCollection) | Removes the parameter object from the collection. | |
RemoveAt(Int32) | (Inherited from ArrayList.) | |
RemoveAt(String) | Removes the parameter object with the specified name from the collection. | |
RemoveRange | (Inherited from ArrayList.) | |
Reverse() | (Inherited from ArrayList.) | |
Reverse(Int32, Int32) | (Inherited from ArrayList.) | |
SetRange | (Inherited from ArrayList.) | |
Sort() | (Inherited from ArrayList.) | |
Sort(IComparer) | (Inherited from ArrayList.) | |
Sort(Int32, Int32, IComparer) | (Inherited from ArrayList.) | |
ToArray() | (Inherited from ArrayList.) | |
ToArray(Type) | (Inherited from ArrayList.) | |
ToString | (Inherited from Object.) | |
TrimToSize | (Inherited from ArrayList.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace