ServerGroupCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是服务器组的集合
public sealed class ServerGroupCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Microsoft.SqlServer.Management.RegisteredServers.ServerGroup,Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key,Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent>
type ServerGroupCollection = class
inherit SfcCollatedDictionaryCollection<ServerGroup, ServerGroup.Key, ServerGroupParent>
Public NotInheritable Class ServerGroupCollection
Inherits SfcCollatedDictionaryCollection(Of ServerGroup, ServerGroup.Key, ServerGroupParent)
- 继承
-
ServerGroupCollection
构造函数
| 名称 | 说明 |
|---|---|
| ServerGroupCollection(ServerGroupParent, IComparer<String>) |
这是服务器组的集合 |
属性
| 名称 | 说明 |
|---|---|
| Ascending |
按升序对当前集合区域性进行排序。 (继承自 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Count |
这是服务器组的集合 (继承自 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| CultureInfo |
对集合进行排序将使用此.NET区域性信息。 (继承自 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IgnoreCase |
以不区分大小写的方式对当前集合区域性进行排序。 (继承自 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Initialized |
这是服务器组的集合 (继承自 SfcCollection<T,K,ParentT>) |
| IsReadOnly |
这是服务器组的集合 (继承自 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IsSynchronized |
这是服务器组的集合 (继承自 SfcCollection<T,K,ParentT>) |
| Item[K] |
这是服务器组的集合 (继承自 SfcCollection<T,K,ParentT>) |
| Item[String] |
这是服务器组的集合 |
| Parent |
这是服务器组的集合 (继承自 SfcCollection<T,K,ParentT>) |
| SyncRoot |
这是服务器组的集合 (继承自 SfcCollection<T,K,ParentT>) |