RegisteredServerCollection 클래스

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

The RegisteredServerCollection class represents a collection of RegisteredServer objects that represent all the registered servers on the registered server group.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection

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

구문

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

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

속성

  이름 설명
공용 속성 Count Gets the number of RegisteredServer objects in the collection.
공용 속성 IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (RegSvrCollectionBase에서 상속됨)
공용 속성 Item[Int32] Gets a RegisteredServer object in the collection by index number.
공용 속성 Item[String] Gets a RegisteredServer object in the collection by name.
공용 속성 Parent Gets the ServerGroup object that is the parent of the RegisteredServerCollection object.
공용 속성 SyncRoot Gets an object that can be used to synchronize access to the collection. (RegSvrCollectionBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds a RegisteredServer object to the RegisteredServerCollection collection.
공용 메서드 Contains Determines whether the specified string value exists within the collection.
공용 메서드 CopyTo Copies the collection of objects to a one-dimensional array starting at the specified index value.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Remove Removes a RegisteredServer object from the RegisteredServerCollection 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 RegisteredServerCollection object can be used to gain access to a set of registered servers. You can use the Item property to return a specific RegisteredServer object.

스레드 보안

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

참고 항목

참조

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

관련 자료

컬렉션 사용