次の方法で共有


SimpleObjectCollectionBase クラス

SimpleObjectCollectionBase クラスは、コレクション オブジェクトの作成に使用される基本クラスです。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
      Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
        Microsoft.SqlServer.Management.Smo..::..SimpleObjectCollectionBase
          詳細情報...

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

構文

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

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

プロパティ

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

先頭に戻る

メソッド

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

先頭に戻る

フィールド

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

先頭に戻る

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

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

先頭に戻る

スレッド セーフ

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

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
      Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
        Microsoft.SqlServer.Management.Smo..::..SimpleObjectCollectionBase
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertCategoryCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobCategoryCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .OperatorCategoryCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .OperatorCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .ProxyAccountCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .TargetServerCollection
          Microsoft.SqlServer.Management.Smo.Agent. . :: . .TargetServerGroupCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ApplicationRoleCollection
          Microsoft.SqlServer.Management.Smo. . :: . .AsymmetricKeyCollection
          Microsoft.SqlServer.Management.Smo. . :: . .AuditCollection
          Microsoft.SqlServer.Management.Smo. . :: . .BackupDeviceCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerPriorityCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerServiceCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageTypeCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageTypeMappingCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .RemoteServiceBindingCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContractCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContractMappingCollection
          Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceRouteCollection
          Microsoft.SqlServer.Management.Smo. . :: . .CertificateCollection
          Microsoft.SqlServer.Management.Smo. . :: . .CheckCollection
          Microsoft.SqlServer.Management.Smo. . :: . .CredentialCollection
          Microsoft.SqlServer.Management.Smo. . :: . .CryptographicProviderCollection
          Microsoft.SqlServer.Management.Smo. . :: . .DatabaseAuditSpecificationCollection
          Microsoft.SqlServer.Management.Smo. . :: . .DatabaseCollection
          Microsoft.SqlServer.Management.Smo. . :: . .DatabaseDdlTriggerCollection
          Microsoft.SqlServer.Management.Smo. . :: . .DatabaseRoleCollection
          Microsoft.SqlServer.Management.Smo. . :: . .DataFileCollection
          Microsoft.SqlServer.Management.Smo. . :: . .EndpointCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ExtendedPropertyCollection
          Microsoft.SqlServer.Management.Smo. . :: . .FileGroupCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ForeignKeyCollection
          Microsoft.SqlServer.Management.Smo. . :: . .FullTextCatalogCollection
          Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndexColumnCollection
          Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopListCollection
          Microsoft.SqlServer.Management.Smo. . :: . .IndexCollection
          Microsoft.SqlServer.Management.Smo. . :: . .LanguageCollection
          Microsoft.SqlServer.Management.Smo. . :: . .LinkedServerCollection
          Microsoft.SqlServer.Management.Smo. . :: . .LinkedServerLoginCollection
          Microsoft.SqlServer.Management.Smo. . :: . .LogFileCollection
          Microsoft.SqlServer.Management.Smo. . :: . .LoginCollection
          Microsoft.SqlServer.Management.Smo.Mail. . :: . .ConfigurationValueCollection
          Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailAccountCollection
          Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailProfileCollection
          Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailServerCollection
          Microsoft.SqlServer.Management.Smo. . :: . .OleDbProviderSettingsCollection
          Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionCollection
          Microsoft.SqlServer.Management.Smo. . :: . .PartitionSchemeCollection
          Microsoft.SqlServer.Management.Smo. . :: . .PlanGuideCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ResourcePoolCollection
          Microsoft.SqlServer.Management.Smo. . :: . .SchemaCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ServerAuditSpecificationCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ServerDdlTriggerCollection
          Microsoft.SqlServer.Management.Smo. . :: . .ServerRoleCollection
          Microsoft.SqlServer.Management.Smo. . :: . .SoapMethodCollectionBase
          Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyCollection
          Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyFileCollection
          Microsoft.SqlServer.Management.Smo. . :: . .StatisticCollection
          Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyCollection
          Microsoft.SqlServer.Management.Smo. . :: . .SystemDataTypeCollection
          Microsoft.SqlServer.Management.Smo. . :: . .TriggerCollection
          Microsoft.SqlServer.Management.Smo. . :: . .UserCollection
          Microsoft.SqlServer.Management.Smo. . :: . .WorkloadGroupCollection