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 Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (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 Gets an object that can be used to synchronize access to the collection. (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에서 상속됨)
공용 메서드 GetEnumerator Returns an IEnumerator interface that lets you iterate through the objects in the collection.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Remove Removes a ServerGroup object from the ServerGroupCollection object.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 initialized Gets a Boolean value indicating the collection is initialized.If True, collection is initialized. If False the collection is not initialized. (RegSvrCollectionBase에서 상속됨)
보호된 필드 innerColl The sort list which contains the underlying collection of registered servers. (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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.RegisteredServers 네임스페이스

관련 자료

컬렉션 사용