SchemaCollectionBase クラス
SchemaCollectionBase クラスは、SchemaCollection クラスによって継承される基本クラスです。
継承階層
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SchemaCollectionBase
詳細情報...
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Class SchemaCollectionBase _
Inherits SortedListCollectionBase
'使用
Dim instance As SchemaCollectionBase
public class SchemaCollectionBase : SortedListCollectionBase
public ref class SchemaCollectionBase : public SortedListCollectionBase
type SchemaCollectionBase =
class
inherit SortedListCollectionBase
end
public class SchemaCollectionBase extends SortedListCollectionBase
SchemaCollectionBase 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | 参照するコレクションに含まれるオブジェクトの数を取得します。 (SmoCollectionBase から継承されています。) | |
IsSynchronized | コレクションへのアクセスが同期され、スレッドセーフかどうかを示す Boolean プロパティ値を取得します。 (SmoCollectionBase から継承されています。) | |
SyncRoot | コレクションへのアクセスの同期に使用できるオブジェクトを取得します。 (SmoCollectionBase から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
AddExisting | コレクションにオブジェクトを追加します。 (AbstractCollectionBase から継承されています。) | |
AddImpl | 指定したオブジェクトをこのコレクションに追加します。 (SortedListCollectionBase から継承されています。) | |
Contains(String) | 指定した文字列と一致する名前のメンバーがパラメーター コレクションに存在するかどうかを検証します。 | |
Contains(String, String) | 指定した文字列と一致する名前を持ち、指定したスキーマを使用しているメンバーが、パラメーター コレクション内に存在するかどうかを検証します。 | |
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 (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.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SchemaCollectionBase
Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection
Microsoft.SqlServer.Management.Smo.DefaultCollection
Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection
Microsoft.SqlServer.Management.Smo.RuleCollection
Microsoft.SqlServer.Management.Smo.SequenceCollection
Microsoft.SqlServer.Management.Smo.StoredProcedureCollection
Microsoft.SqlServer.Management.Smo.SynonymCollection
Microsoft.SqlServer.Management.Smo.TableCollection
Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection
Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection
Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection
Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection
Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection
Microsoft.SqlServer.Management.Smo.ViewCollection
Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection