BusinessLogicParameterCollection クラス
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
継承階層
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 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Capacity | (ArrayList から継承されています。) | |
Count | (ArrayList から継承されています。) | |
IsFixedSize | (ArrayList から継承されています。) | |
IsReadOnly | (ArrayList から継承されています。) | |
IsSynchronized | (ArrayList から継承されています。) | |
Item[ ( [ ( Int32] ) ] ) | (ArrayList から継承されています。) | |
Item[ ( [ ( String] ) ] ) | ||
SyncRoot | (ArrayList から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。