AlgorithmParameterCollection クラス
AlgorithmParameter オブジェクトのコレクションが含まれます。 このクラスは継承できません。
継承階層
System.Object
Microsoft.AnalysisServices.AlgorithmParameterCollection
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")> _
Public NotInheritable Class AlgorithmParameterCollection _
Implements IList, ICollection, IEnumerable
'使用
Dim instance As AlgorithmParameterCollection
[GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public sealed class AlgorithmParameterCollection : IList,
ICollection, IEnumerable
[GuidAttribute(L"8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public ref class AlgorithmParameterCollection sealed : IList,
ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")>]
type AlgorithmParameterCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
public final class AlgorithmParameterCollection implements IList, ICollection, IEnumerable
AlgorithmParameterCollection 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AlgorithmParameterCollection | AlgorithmParameter の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクションに含まれる AlgorithmParameter オブジェクトの数を取得します。 | |
Item[Int32] | 指定したインデックスにある AlgorithmParameter をコレクションから取得します。 | |
Item[String] | 指定した名前の AlgorithmParameter をコレクションから取得します。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList.Add | AlgorithmParameterCollection にアイテムを追加します。 | |
IList.Contains | 特定の値が AlgorithmParameterCollection に含まれるかどうかを示します。 | |
IEnumerable.GetEnumerator | AlgorithmParameterCollection を繰り返し処理できる列挙子を返します。 | |
IList.IndexOf | AlgorithmParameterCollection 内の特定のアイテムのインデックスを示します。 | |
IList.Insert | アイテムを AlgorithmParameterCollection 内の指定したインデックスに挿入します。 | |
IList.IsFixedSize | AlgorithmParameterCollection が固定サイズかどうかを示す値を取得します。 | |
IList.IsReadOnly | AlgorithmParameterCollection が読み取り専用かどうかを示す値を取得します。 | |
ICollection.IsSynchronized | AlgorithmParameterCollection へのアクセスが同期されるかどうか (スレッド セーフかどうか) を示す値を取得します。 | |
IList.Item | 指定したインデックスにある要素を取得します。 | |
IList.Remove | AlgorithmParameterCollection から、最初に見つかった特定のオブジェクトを削除します。 | |
ICollection.SyncRoot | AlgorithmParameterCollection へのアクセスの同期に使用できるオブジェクトを取得します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。