WmiCollectionBase Class
The WmiCollectionBase class represents all collection objects in the Windows Management Instrumentation (WMI) object reference.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public MustInherit Class WmiCollectionBase
'Usage
Dim instance As WmiCollectionBase
public abstract class WmiCollectionBase
public ref class WmiCollectionBase abstract
[<AbstractClassAttribute>]
type WmiCollectionBase = class end
public abstract class WmiCollectionBase
Remarks
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.
Inheritance Hierarchy
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also