Partager via


Classe ManagedComputer

The ManagedComputer class represents a Windows Management Instrumentation (WMI) installation on an instance of Microsoft SQL Server.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
      Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ManagedComputer _
    Inherits WmiSmoObject
'Utilisation
Dim instance As ManagedComputer
public sealed class ManagedComputer : WmiSmoObject
public ref class ManagedComputer sealed : public WmiSmoObject
[<SealedAttribute>]
type ManagedComputer =  
    class 
        inherit WmiSmoObject 
    end
public final class ManagedComputer extends WmiSmoObject

Le type ManagedComputer expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ManagedComputer() Initializes a new instance of the ManagedComputer class.
Méthode publique ManagedComputer(String) Initializes a new instance of the ManagedComputer class with the specified computer name.
Méthode publique ManagedComputer(String, String, String) Initializes a new instance of the ManagedComputer class with the specified computer name and the specified login and password.
Méthode publique ManagedComputer(String, String, String, ProviderArchitecture) Initializes a new instance of the ManagedComputer class with the specified computer name the specified login, password and the specified ProviderArchitecture.

Haut de la page

Propriétés

  Nom Description
Propriété publique ClientProtocols Represents a collection of ClientProtocol objects. Each ClientProtocol object represents a client protocol defined on the WMI installation.
Propriété publique ConnectionSettings Gets the connection settings for the referenced WMI installation.
Propriété publique Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (hérité de WmiSmoObject.)
Propriété publique Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (hérité de WmiSmoObject.)
Propriété publique ServerAliases Represents a collection of ServerAlias objects. Each ServerAlias object represents a server alias defined on the WMI installation.
Propriété publique ServerInstances Represents a collection of ServerInstance objects. Each ServerInstance object represents an instance of SQL Server defined on the WMI installation.
Propriété publique Services Represents a collection of Service objects. Each Service object represents a SQL Server service defined on the WMI installation.
Propriété publique State Gets the state of the referenced object. (hérité de SmoObjectBase.)
Propriété publique Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (hérité de WmiSmoObject.)
Propriété publique UserData Gets or sets user-defined data associated with the referenced object. (hérité de SmoObjectBase.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetSmoObject Gets the WmiSmoObject object with the specified Uniform Resource Name (URN) address.
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes the referenced object. (hérité de WmiSmoObject.)
Méthode protégée IsObjectInitialized Specifies whether the referenced object is initialized. (hérité de WmiSmoObject.)
Méthode publique Refresh Refreshes the referenced object and its properties. (hérité de WmiSmoObject.)
Méthode protégée SetName Sets the name of the referenced object. (hérité de WmiSmoObject.)
Méthode protégée SetParentImpl Sets the parent of the referenced object. (hérité de WmiSmoObject.)
Méthode publique ToString (hérité de Object.)
Méthode publique Validate Validates the state of an object. (hérité de SmoObjectBase.)

Haut de la page

Notes

With the ManagedComputer class you can:

  • Access client protocols.

  • Access connection settings.

  • Access server aliases.

  • Access instances of SQL Server.

  • Access SQL Server services.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi