WmiCollectionBase Class
SQL Server 2008 R2
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.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
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
The WmiCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified object to the referenced collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes the specified object from the referenced collection. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | initialized | Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | innerColl | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
The WmiCollectionBase object is used in the construction of all WMI collection objects and contains common functionality.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
