Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a collection of business logic parameter.
Vererbungshierarchie
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
Der BusinessLogicParameterCollection-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
BusinessLogicParameterCollection | Initializes a new instance of the BusinessLogicParameterCollection class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Capacity | (Geerbt von ArrayList.) |
![]() |
Count | (Geerbt von ArrayList.) |
![]() |
IsFixedSize | (Geerbt von ArrayList.) |
![]() |
IsReadOnly | (Geerbt von ArrayList.) |
![]() |
IsSynchronized | (Geerbt von ArrayList.) |
![]() |
Item[Int32] | (Geerbt von ArrayList.) |
![]() |
Item[String] | Gets or sets the parameter collection at the specified index. |
![]() |
SyncRoot | (Geerbt von ArrayList.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Add(Object) | Adds the specified parameter to the collection. (Überschreibt 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 | (Geerbt von ArrayList.) |
![]() |
BinarySearch(Object) | (Geerbt von ArrayList.) |
![]() |
BinarySearch(Object, IComparer) | (Geerbt von ArrayList.) |
![]() |
BinarySearch(Int32, Int32, Object, IComparer) | (Geerbt von ArrayList.) |
![]() |
Clear | (Geerbt von ArrayList.) |
![]() |
Clone | (Geerbt von ArrayList.) |
![]() |
Contains(Object) | (Geerbt von ArrayList.) |
![]() |
Contains(String) | Indicates whether the parameter with the specified name exists in the collection. |
![]() |
CopyTo(Array) | (Geerbt von ArrayList.) |
![]() |
CopyTo(Array, Int32) | (Geerbt von ArrayList.) |
![]() |
CopyTo(BusinessLogicParameterCollection, Int32) | Copies a BusinessLogicParameterCollection starting at the specified index. |
![]() |
CopyTo(Int32, Array, Int32, Int32) | (Geerbt von ArrayList.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetEnumerator() | (Geerbt von ArrayList.) |
![]() |
GetEnumerator(Int32, Int32) | (Geerbt von ArrayList.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetRange | (Geerbt von ArrayList.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
IndexOf(Object) | (Geerbt von ArrayList.) |
![]() |
IndexOf(String) | Returns the index of the parameter object with the specified name. |
![]() |
IndexOf(Object, Int32) | (Geerbt von ArrayList.) |
![]() |
IndexOf(Object, Int32, Int32) | (Geerbt von ArrayList.) |
![]() |
Insert(Int32, Object) | (Geerbt von ArrayList.) |
![]() |
Insert(Int32, BusinessLogicParameterCollection) | Inserts the specified index of the parameter object with the specified name into the collection at the specified index |
![]() |
InsertRange | (Geerbt von ArrayList.) |
![]() |
LastIndexOf(Object) | (Geerbt von ArrayList.) |
![]() |
LastIndexOf(Object, Int32) | (Geerbt von ArrayList.) |
![]() |
LastIndexOf(Object, Int32, Int32) | (Geerbt von ArrayList.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Remove(Object) | (Geerbt von ArrayList.) |
![]() |
Remove(BusinessLogicParameterCollection) | Removes the parameter object from the collection. |
![]() |
RemoveAt(Int32) | (Geerbt von ArrayList.) |
![]() |
RemoveAt(String) | Removes the parameter object with the specified name from the collection. |
![]() |
RemoveRange | (Geerbt von ArrayList.) |
![]() |
Reverse() | (Geerbt von ArrayList.) |
![]() |
Reverse(Int32, Int32) | (Geerbt von ArrayList.) |
![]() |
SetRange | (Geerbt von ArrayList.) |
![]() |
Sort() | (Geerbt von ArrayList.) |
![]() |
Sort(IComparer) | (Geerbt von ArrayList.) |
![]() |
Sort(Int32, Int32, IComparer) | (Geerbt von ArrayList.) |
![]() |
ToArray() | (Geerbt von ArrayList.) |
![]() |
ToArray(Type) | (Geerbt von ArrayList.) |
![]() |
ToString | (Geerbt von Object.) |
![]() |
TrimToSize | (Geerbt von ArrayList.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace
.gif)
.gif)
.gif)