Элементы JobScheduleCollectionBase
The JobScheduleCollectionBase class represents a base class that is used in the construction of the JobScheduleCollection class.
Тип JobScheduleCollectionBase предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
AddExisting | Adds an object to the collection. (Наследуется из AbstractCollectionBase.) | |
AddImpl | Adds an object or member to this collection at the specified index. (Наследуется из ArrayListCollectionBase.) | |
Contains(String) | Determines whether the specified string exists in the referenced collection. | |
Contains(String, Int32) | Determines whether the specified string exists in the referenced collection. | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetCollectionElementType | Gets the Collection Element Type. (Наследуется из SmoCollectionBase.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Наследуется из SmoCollectionBase.) | |
GetHashCode | (Наследуется из Object.) | |
GetItemById(Int32) | Extracts a member from the referenced collection using a system-defined, unique identifier. (Наследуется из SmoCollectionBase.) | |
GetItemById(Int32, String) | Extracts a member from the referenced collection using a system-defined, unique identifier and name. (Наследуется из SmoCollectionBase.) | |
GetObjectByIndex | Extracts a member from the referenced collection using a system-defined, unique identifier. (Наследуется из SmoCollectionBase.) | |
GetType | (Наследуется из Object.) | |
ImplAddExisting | (Наследуется из SmoCollectionBase.) | |
InitializeChildCollection() () () () | Initializes the child collections of the referenced collection. (Наследуется из SmoCollectionBase.) | |
InitializeChildCollection(Boolean) | Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection. (Наследуется из SmoCollectionBase.) | |
InitInnerCollection | Initializes the referenced collection. (Перезаписывает SmoCollectionBase. . :: . .InitInnerCollection() () () ().) | |
MemberwiseClone | (Наследуется из Object.) | |
Refresh() () () () | Refreshes the referenced collection. (Наследуется из SmoCollectionBase.) | |
Refresh(Boolean) | Refreshes the referenced collection with the option to refresh child objects of the referenced collection. (Наследуется из SmoCollectionBase.) | |
ToString | (Наследуется из Object.) | |
ValidateParentObject | Validates the parent object exists. (Наследуется из SmoCollectionBase.) |
В начало
Поля
Имя | Описание | |
---|---|---|
initialized | This value supports the SMO infrastructure and is not intended to be used directly from your code. (Наследуется из AbstractCollectionBase.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of objects in the referenced collection. (Наследуется из SmoCollectionBase.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Наследуется из SmoCollectionBase.) | |
Item | ||
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Наследуется из SmoCollectionBase.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements from an instance to an array beginning at the index indicated. (Наследуется из SmoCollectionBase.) |
В начало
См. также