다음을 통해 공유


ServerGroupCollection 클래스

참고: 이 API는 더 이상 사용되지 않습니다.

The ServerGroupCollection class represents a collection of ServerGroup objects that represent all the server groups on the server group.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .RegSvrCollectionBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers..::..ServerGroupCollection

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public NotInheritable Class ServerGroupCollection _
    Inherits RegSvrCollectionBase _
    Implements ICollection, IEnumerable
‘사용 방법
Dim instance As ServerGroupCollection
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public sealed class ServerGroupCollection : RegSvrCollectionBase, 
    ICollection, IEnumerable
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class ServerGroupCollection sealed : public RegSvrCollectionBase, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type ServerGroupCollection =  
    class
        inherit RegSvrCollectionBase
        interface ICollection
        interface IEnumerable
    end
public final class ServerGroupCollection extends RegSvrCollectionBase implements ICollection, IEnumerable

ServerGroupCollection 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count Gets the number of objects in the referenced collection.
공용 속성 IsSynchronized 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전한지 여부를 나타내는 Boolean 값을 가져옵니다. (RegSvrCollectionBase에서 상속됨)
공용 속성 Item[ ( [ ( Int32] ) ] ) Gets a ServerGroup object in the collection by index number.
공용 속성 Item[ ( [ ( String] ) ] ) Gets a ServerGroup object in the collection by name.
공용 속성 Parent Gets the ServerGroup object that is the parent of the ServerGroupCollection object.
공용 속성 SyncRoot 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. (RegSvrCollectionBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds a ServerGroup object to the ServerGroupCollection collection.
공용 메서드 Contains Determines whether the specified string value exists within the collection.
공용 메서드 CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator Returns an IEnumerator interface that lets you iterate through the objects in the collection.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove Removes a ServerGroup object from the ServerGroupCollection object.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 initialized 컬렉션이 초기화되었음을 나타내는 Boolean 값을 가져옵니다.True이면 컬렉션은 초기화되었습니다. False이면 컬렉션은 초기화되지 않았습니다. (RegSvrCollectionBase에서 상속됨)
보호된 필드 innerColl 등록된 서버의 기본 컬렉션을 포함하는 SortedList입니다. (RegSvrCollectionBase에서 상속됨)

맨 위로 이동

주의

A ServerGroupCollection object can be used to gain access to a set of server groups. You can use the Item property to return a specific ServerGroup object.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.