BusinessLogicParameterCollection-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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.
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] ) ] ) | ||
SyncRoot | (Geerbt von ArrayList.) |
Zum Anfang
Methoden
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.