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)


public ref class WmiCollectionBase abstract 

NameDescription
System_CAPS_pubpropertyIsSynchronized

Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe).

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection.

NameDescription
System_CAPS_protmethodAdd(WmiSmoObject^)

Adds the specified object to the referenced collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRemove(String^)

Removes the specified object from the referenced collection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldinitialized

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.

System_CAPS_protfieldinnerColl

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.

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Microsoft.SqlServer.Management.Smo.Wmi Namespace
WMI and SQL Server
Connecting to the SQL Server Database Engine

Return to top
Show: