WmiCollectionBase 클래스

The WmiCollectionBase class represents all collection objects in the Windows Management Instrumentation (WMI) object reference.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase
    Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection
    Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection
    Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection
    Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
    Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection
    Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection

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

구문

‘선언
Public MustInherit Class WmiCollectionBase
‘사용 방법
Dim instance As WmiCollectionBase
public abstract class WmiCollectionBase
public ref class WmiCollectionBase abstract
[<AbstractClassAttribute>]
type WmiCollectionBase =  class end
public abstract class WmiCollectionBase

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

속성

  이름 설명
공용 속성 IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe).
공용 속성 SyncRoot Gets an object that can be used to synchronize access to the collection.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 Add Adds the specified object to the referenced collection.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
보호된 메서드 Remove Removes the specified object from the referenced collection.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 initialized Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
보호된 필드 innerColl 정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다.

맨 위로 이동

주의

The WmiCollectionBase object is used in the construction of all WMI collection objects and contains common functionality.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

스레드 보안

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

참고 항목

참조

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

관련 자료

WMI and SQL Server

SQL Server 데이터베이스 엔진에 연결