RegSvrCollectionBase 클래스

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

The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
    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 MustInherit Class RegSvrCollectionBase
‘사용 방법
Dim instance As RegSvrCollectionBase
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public abstract class RegSvrCollectionBase
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class RegSvrCollectionBase abstract
[<AbstractClassAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegSvrCollectionBase =  class end
public abstract class RegSvrCollectionBase

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

속성

  이름 설명
공용 속성 IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.
공용 속성 SyncRoot Gets an object that can be used to synchronize access to the collection.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (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.
보호된 필드 innerColl The sort list which contains the underlying collection of registered servers.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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

관련 자료

등록된 서버 관리