SchedulerCollection クラス
スケジューラのコレクションを表します。
継承階層
System.Object
Microsoft.SqlServer.Management.Smo.SchedulerCollection
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class SchedulerCollection _
Implements ICollection, IEnumerable
'使用
Dim instance As SchedulerCollection
public sealed class SchedulerCollection : ICollection,
IEnumerable
public ref class SchedulerCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type SchedulerCollection =
class
interface ICollection
interface IEnumerable
end
public final class SchedulerCollection implements ICollection, IEnumerable
SchedulerCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクション内の要素の総数を取得します。 | |
IsSynchronized | コレクションが同期されるかどうかを示す値を取得します。 | |
Item | コレクション内の指定されたインデックスにあるアイテムを取得します。 | |
SyncRoot | コレクションの SyncRoot を取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
CopyTo(Array, Int32) | 特定の配列インデックスを開始位置として、配列に SchedulerCollection の要素をコピーします。 | |
CopyTo(array<NumaNode[], Int32) | 特定の配列インデックスを開始位置として、配列に SchedulerCollection の要素をコピーします。 | |
Equals | (Object から継承されています。) | |
GetByID | ID に基づいて、コレクションから特定のスケジューラを取得します。 | |
GetElementAt | インデックスに基づいて、コレクションから特定のスケジューラを取得します。 | |
GetEnumerator | SchedulerCollection インスタンスを繰り返し処理できる列挙子を返します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
SetAffinityToRange | 指定した範囲でスケジューラに対する関係マスクを設定します。 | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。