次の方法で共有


BusinessLogicParameterCollection クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents a collection of business logic parameter.

継承階層

System.Object
  System.Collections.ArrayList
    Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Class BusinessLogicParameterCollection _
    Inherits ArrayList _
    Implements IDataParameterCollection, IList, ICollection, IEnumerable
'使用
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

BusinessLogicParameterCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド BusinessLogicParameterCollection Initializes a new instance of the BusinessLogicParameterCollection class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Capacity (ArrayList から継承されています。)
パブリック プロパティ Count (ArrayList から継承されています。)
パブリック プロパティ IsFixedSize (ArrayList から継承されています。)
パブリック プロパティ IsReadOnly (ArrayList から継承されています。)
パブリック プロパティ IsSynchronized (ArrayList から継承されています。)
パブリック プロパティ Item[Int32] (ArrayList から継承されています。)
パブリック プロパティ Item[String] Gets or sets the parameter collection at the specified index.
パブリック プロパティ SyncRoot (ArrayList から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add(Object) Adds the specified parameter to the collection. (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 (ArrayList から継承されています。)
パブリック メソッド BinarySearch(Object) (ArrayList から継承されています。)
パブリック メソッド BinarySearch(Object, IComparer) (ArrayList から継承されています。)
パブリック メソッド BinarySearch(Int32, Int32, Object, IComparer) (ArrayList から継承されています。)
パブリック メソッド Clear (ArrayList から継承されています。)
パブリック メソッド Clone (ArrayList から継承されています。)
パブリック メソッド Contains(Object) (ArrayList から継承されています。)
パブリック メソッド Contains(String) Indicates whether the parameter with the specified name exists in the collection.
パブリック メソッド CopyTo(Array) (ArrayList から継承されています。)
パブリック メソッド CopyTo(Array, Int32) (ArrayList から継承されています。)
パブリック メソッド CopyTo(BusinessLogicParameterCollection, Int32) Copies a BusinessLogicParameterCollection starting at the specified index.
パブリック メソッド CopyTo(Int32, Array, Int32, Int32) (ArrayList から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator() (ArrayList から継承されています。)
パブリック メソッド GetEnumerator(Int32, Int32) (ArrayList から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetRange (ArrayList から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf(Object) (ArrayList から継承されています。)
パブリック メソッド IndexOf(String) Returns the index of the parameter object with the specified name.
パブリック メソッド IndexOf(Object, Int32) (ArrayList から継承されています。)
パブリック メソッド IndexOf(Object, Int32, Int32) (ArrayList から継承されています。)
パブリック メソッド Insert(Int32, Object) (ArrayList から継承されています。)
パブリック メソッド Insert(Int32, BusinessLogicParameterCollection) Inserts the specified index of the parameter object with the specified name into the collection at the specified index
パブリック メソッド InsertRange (ArrayList から継承されています。)
パブリック メソッド LastIndexOf(Object) (ArrayList から継承されています。)
パブリック メソッド LastIndexOf(Object, Int32) (ArrayList から継承されています。)
パブリック メソッド LastIndexOf(Object, Int32, Int32) (ArrayList から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Remove(Object) (ArrayList から継承されています。)
パブリック メソッド Remove(BusinessLogicParameterCollection) Removes the parameter object from the collection.
パブリック メソッド RemoveAt(Int32) (ArrayList から継承されています。)
パブリック メソッド RemoveAt(String) Removes the parameter object with the specified name from the collection.
パブリック メソッド RemoveRange (ArrayList から継承されています。)
パブリック メソッド Reverse() (ArrayList から継承されています。)
パブリック メソッド Reverse(Int32, Int32) (ArrayList から継承されています。)
パブリック メソッド SetRange (ArrayList から継承されています。)
パブリック メソッド Sort() (ArrayList から継承されています。)
パブリック メソッド Sort(IComparer) (ArrayList から継承されています。)
パブリック メソッド Sort(Int32, Int32, IComparer) (ArrayList から継承されています。)
パブリック メソッド ToArray() (ArrayList から継承されています。)
パブリック メソッド ToArray(Type) (ArrayList から継承されています。)
パブリック メソッド ToString (Object から継承されています。)
パブリック メソッド TrimToSize (ArrayList から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間