次の方法で共有


ParameterCollectionBase クラス

ParameterCollectionBase クラスは、パラメーター コレクション クラスの作成に使用される基本クラスです。

継承階層

System.Object
  Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo.SmoCollectionBase
      Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
        Microsoft.SqlServer.Management.Smo.ParameterCollectionBase
          詳細情報...

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

構文

'宣言
Public MustInherit Class ParameterCollectionBase _
    Inherits ArrayListCollectionBase
'使用
Dim instance As ParameterCollectionBase
public abstract class ParameterCollectionBase : ArrayListCollectionBase
public ref class ParameterCollectionBase abstract : public ArrayListCollectionBase
[<AbstractClassAttribute>]
type ParameterCollectionBase =  
    class 
        inherit ArrayListCollectionBase 
    end
public abstract class ParameterCollectionBase extends ArrayListCollectionBase

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

プロパティ

  名前 説明
パブリック プロパティ Count 参照するコレクションに含まれるオブジェクトの数を取得します。 (SmoCollectionBase から継承されています。)
パブリック プロパティ IsSynchronized コレクションへのアクセスが同期され、スレッドセーフかどうかを示す Boolean プロパティ値を取得します。 (SmoCollectionBase から継承されています。)
パブリック プロパティ SyncRoot コレクションへのアクセスの同期に使用できるオブジェクトを取得します。 (SmoCollectionBase から継承されています。)

先頭に戻る

メソッド

  名前 説明
プロテクト メソッド AddExisting コレクションにオブジェクトを追加します。 (AbstractCollectionBase から継承されています。)
プロテクト メソッド AddImpl オブジェクトまたはメンバーをコレクション内の指定したインデックス位置に追加します。 (ArrayListCollectionBase から継承されています。)
パブリック メソッド Contains 指定した文字列と一致する名前のメンバーがパラメーター コレクション内に存在するかどうかを検証します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
プロテクト メソッド GetCollectionElementType コレクション要素の型を取得します。 (SmoCollectionBase から継承されています。)
パブリック メソッド GetEnumerator IEnumerator インターフェイスを返します。このインターフェイスを使用すると、コレクション内のオブジェクトを繰り返し処理できます。 (SmoCollectionBase から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
プロテクト メソッド GetItemById(Int32) システム定義の一意の識別子を使用して、参照先コレクションからメンバーを抽出します。 (SmoCollectionBase から継承されています。)
プロテクト メソッド GetItemById(Int32, String) システム定義の一意の識別子および名前を使用して、参照先コレクションからメンバーを抽出します。 (SmoCollectionBase から継承されています。)
プロテクト メソッド GetObjectByIndex システム定義の一意の識別子を使用して、参照先コレクションからメンバーを抽出します。 (SmoCollectionBase から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド ImplAddExisting コレクションにオブジェクトを追加します。 (SmoCollectionBase.ImplAddExisting(SqlSmoObject) をオーバーライドします。)
プロテクト メソッド InitializeChildCollection() 参照先コレクションの子コレクションを初期化します。 (SmoCollectionBase から継承されています。)
プロテクト メソッド InitializeChildCollection(Boolean) 参照先コレクションの子コレクションを初期化します。参照先コレクションのプロパティを更新することも可能です。 (SmoCollectionBase から継承されています。)
プロテクト メソッド InitInnerCollection コレクションを初期化します。 (SmoCollectionBase.InitInnerCollection() をオーバーライドします。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Refresh() 参照先コレクションを更新します。 (SmoCollectionBase から継承されています。)
パブリック メソッド Refresh(Boolean) 参照先コレクションを更新します。参照先コレクションの子オブジェクトを更新することも可能です。 (SmoCollectionBase から継承されています。)
パブリック メソッド Remove 指定した名前のメンバーをコレクションから削除します。
パブリック メソッド ToString (Object から継承されています。)
プロテクト メソッド ValidateParentObject 親オブジェクトが存在するかどうかを検証します。 (SmoCollectionBase から継承されています。)

先頭に戻る

フィールド

  名前 説明
プロテクト フィールド initialized この値は、SMO インフラストラクチャをサポートするための値であり、コードから直接使用することを目的としたものではありません。 (AbstractCollectionBase から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo 指定されたインデックスを開始位置として、インスタンスの要素を配列にコピーします。 (SmoCollectionBase から継承されています。)

先頭に戻る

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

使用例

コレクションの使用

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間

継承階層

System.Object
  Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo.SmoCollectionBase
      Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
        Microsoft.SqlServer.Management.Smo.ParameterCollectionBase
          Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection
          Microsoft.SqlServer.Management.Smo.ColumnCollection
          Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection
          Microsoft.SqlServer.Management.Smo.IndexedColumnCollection
          Microsoft.SqlServer.Management.Smo.IndexedXmlPathCollection
          Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection
          Microsoft.SqlServer.Management.Smo.OrderColumnCollection
          Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection
          Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection
          Microsoft.SqlServer.Management.Smo.StatisticColumnCollection
          Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection