Freigeben über


WmiSmoObject-Klasse

The WmiSmoObject class represents the fundamental Windows Management Instrumentation (WMI) object from which all WMI objects are constructed.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Public MustInherit Class WmiSmoObject _
    Inherits SmoObjectBase
'Usage
Dim instance As WmiSmoObject
public abstract class WmiSmoObject : SmoObjectBase
public ref class WmiSmoObject abstract : public SmoObjectBase
[<AbstractClassAttribute>]
type WmiSmoObject =  
    class
        inherit SmoObjectBase
    end
public abstract class WmiSmoObject extends SmoObjectBase

Der WmiSmoObject-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode WmiSmoObject() () () () Initializes a new instance of the WmiSmoObject class.
Geschützte Methode WmiSmoObject(String) Initializes a new instance of the WmiSmoObject class with the specified name.
Geschützte Methode WmiSmoObject(WmiCollectionBase, String) Initializes a new instance of the WmiSmoObject class with the specified name and collection base class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object.
Öffentliche Eigenschaft Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AlterProtocolProperties Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.
Geschützte Methode CheckObjectState Checks the state of the referenced object.
Geschützte Methode CreateProtocolPropertyCollection Creates a set of protocol attributes for the referenced object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetPropertyManagementObject Gets the management object for the specified protocol property.
Geschützte Methode GetPropertyObject Gets the property from the specified collection with the specified position and value.
Geschützte Methode GetProtocolPropertyCollection Returns the protocol property collection for the referenced object.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplInitialize Initializes the fields of the WmiSmoObjectobject.
Öffentliche Methode Initialize Initializes the referenced object.
Geschützte Methode InvokeMgmtMethod(ManagementObject, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, method name, and parameters.
Geschützte Methode InvokeMgmtMethod(ManagementObject, ManagementOperationObserver, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters.
Geschützte Methode IsObjectInitialized Specifies whether the referenced object is initialized.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the referenced object and its properties.
Geschützte Methode SetName Sets the name of the referenced object.
Geschützte Methode SetParentImpl Sets the parent of the referenced object.
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte MethodeStatisches Element Trace Creates a trace of the referenced object.
Geschützte Methode UpdateObjectState Updates the object state.
Öffentliche Methode Validate Validates the state of an object. (Geerbt von SmoObjectBase.)

Zum Anfang

Hinweise

The WmiSmoObject object is used in the construction of all WMI objects and contains common functionality.

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.