Classe WmiSmoObject

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public MustInherit Class WmiSmoObject _
    Inherits SmoObjectBase
'Utilizzo
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

Osservazioni

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

To get or set WmiSmoObject object properties or run WmiSmoObject methods, users must be a member of the sysadmin fixed server role.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.