JobScheduleCollectionBase 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class JobScheduleCollectionBase : Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
type JobScheduleCollectionBase = class
inherit ArrayListCollectionBase
Public Class JobScheduleCollectionBase
Inherits ArrayListCollectionBase
- 继承
- 派生
字段
| 名称 | 说明 |
|---|---|
| initialized | (继承自 AbstractCollectionBase) |
属性
| 名称 | 说明 |
|---|---|
| Count | (继承自 SmoCollectionBase) |
| IsSynchronized | (继承自 SmoCollectionBase) |
| Item[Guid] | |
| ParentInstance | (继承自 AbstractCollectionBase) |
| SyncRoot | (继承自 SmoCollectionBase) |
方法
| 名称 | 说明 |
|---|---|
| AddExisting(SqlSmoObject) | (继承自 AbstractCollectionBase) |
| AddImpl(SqlSmoObject, Int32) | (继承自 ArrayListCollectionBase) |
| ClearAndInitialize(String, IEnumerable<String>) |
清除旧对象并初始化集合。 与 Refresh()不同,集合中已列出的任何对象都将替换为新版本。 使用此方法可确保集合中的所有对象都具有所需的全部属性集。 (继承自 SmoCollectionBase) |
| Contains(String, Int32) | |
| Contains(String) | |
| GetCollectionElementType() | (继承自 SmoCollectionBase) |
| GetEnumerator() |
确保在使用默认属性初始化集合后返回枚举器 (继承自 SmoCollectionBase) |
| GetItemById(Int32, String) | (继承自 SmoCollectionBase) |
| GetItemById(Int32) | (继承自 SmoCollectionBase) |
| GetObjectByIndex(Int32) | (继承自 SmoCollectionBase) |
| ImplAddExisting(SqlSmoObject) | (继承自 SmoCollectionBase) |
| InitializeChildCollection() |
初始化子集合 (继承自 SmoCollectionBase) |
| InitializeChildCollection(Boolean) |
初始化子集合,可以选择保留所有旧对象 (继承自 SmoCollectionBase) |
| InitInnerCollection() | |
| Refresh() | (继承自 SmoCollectionBase) |
| Refresh(Boolean) | (继承自 SmoCollectionBase) |
| ResetCollection() |
清空集合,但不尝试检索任何数据 (继承自 SmoCollectionBase) |
| ValidateParentObject(SqlSmoObject) | (继承自 SmoCollectionBase) |
显式接口实现
| 名称 | 说明 |
|---|---|
| ICollection.CopyTo(Array, Int32) | (继承自 SmoCollectionBase) |