Clase WmiCollectionBase
The WmiCollectionBase class represents all collection objects in the Windows Management Instrumentation (WMI) object reference.
Jerarquía de herencia
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
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public MustInherit Class WmiCollectionBase
'Uso
Dim instance As WmiCollectionBase
public abstract class WmiCollectionBase
public ref class WmiCollectionBase abstract
[<AbstractClassAttribute>]
type WmiCollectionBase = class end
public abstract class WmiCollectionBase
El tipo WmiCollectionBase expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds the specified object to the referenced collection. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
Remove | Removes the specified object from the referenced collection. | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
initialized | Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
innerColl | Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. |
Arriba
Comentarios
The WmiCollectionBase object is used in the construction of all WMI collection objects and contains common functionality.
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi