다음을 통해 공유


RegSvrCollectionBase 클래스

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

RegSvrCollectionBase 클래스는 RegisteredServerCollection 개체를 생성하는 데 사용되는 기본 클래스입니다.

네임스페이스:  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 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전한지 여부를 나타내는 Boolean 값을 가져옵니다.
공용 속성 SyncRoot 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

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

맨 위로 이동

스레드 보안

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