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 네임스페이스