ObjectSetCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是 ObjectSets 的集合。
public sealed class ObjectSetCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDictionaryCollection<Microsoft.SqlServer.Management.Dmf.ObjectSet,Microsoft.SqlServer.Management.Dmf.ObjectSet.Key,Microsoft.SqlServer.Management.Dmf.PolicyStore>
type ObjectSetCollection = class
inherit SfcDictionaryCollection<ObjectSet, ObjectSet.Key, PolicyStore>
Public NotInheritable Class ObjectSetCollection
Inherits SfcDictionaryCollection(Of ObjectSet, ObjectSet.Key, PolicyStore)
- 继承
-
ObjectSetCollection
构造函数
| 名称 | 说明 |
|---|---|
| ObjectSetCollection(PolicyStore) |
这是 ObjectSets 的集合。 |
属性
| 名称 | 说明 |
|---|---|
| Count |
这是 ObjectSets 的集合。 (继承自 SfcDictionaryCollection<T,K,ParentT>) |
| Initialized |
这是 ObjectSets 的集合。 (继承自 SfcCollection<T,K,ParentT>) |
| IsReadOnly |
这是 ObjectSets 的集合。 (继承自 SfcDictionaryCollection<T,K,ParentT>) |
| IsSynchronized |
这是 ObjectSets 的集合。 (继承自 SfcCollection<T,K,ParentT>) |
| Item[K] |
这是 ObjectSets 的集合。 (继承自 SfcCollection<T,K,ParentT>) |
| Item[String] |
这是 ObjectSets 的集合。 |
| Parent |
这是 ObjectSets 的集合。 (继承自 SfcCollection<T,K,ParentT>) |
| SyncRoot |
这是 ObjectSets 的集合。 (继承自 SfcCollection<T,K,ParentT>) |