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
생성자
| Name | Description |
|---|---|
| ServerGroupCollection(ServerGroupParent, IComparer<String>) |
서버 그룹의 컬렉션입니다. |
속성
| Name | Description |
|---|---|
| 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>) |