Freigeben über


ManagedComputer-Member

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

Der ManagedComputer-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ManagedComputer() () () () Initializes a new instance of the ManagedComputer class.
Öffentliche Methode ManagedComputer(String) Initializes a new instance of the ManagedComputer class with the specified computer name.
Öffentliche Methode ManagedComputer(String, String, String) Initializes a new instance of the ManagedComputer class with the specified computer name and the specified login and password.
Öffentliche Methode ManagedComputer(String, String, String, ProviderArchitecture)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AlterProtocolProperties Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation. (Geerbt von WmiSmoObject.)
Geschützte Methode CheckObjectState Checks the state of the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode CreateProtocolPropertyCollection Creates a set of protocol attributes for the referenced object. (Geerbt von WmiSmoObject.)
Ö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. (Geerbt von WmiSmoObject.)
Geschützte Methode GetPropertyObject Gets the property from the specified collection with the specified position and value. (Geerbt von WmiSmoObject.)
Geschützte Methode GetProtocolPropertyCollection Returns the protocol property collection for the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode GetSmoObject
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplInitialize (Geerbt von WmiSmoObject.)
Öffentliche Methode Initialize Initializes the referenced object. (Geerbt von WmiSmoObject.)
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. (Geerbt von WmiSmoObject.)
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. (Geerbt von WmiSmoObject.)
Geschützte Methode IsObjectInitialized Specifies whether the referenced object is initialized. (Geerbt von WmiSmoObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the referenced object and its properties. (Geerbt von WmiSmoObject.)
Geschützte Methode SetName Sets the name of the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode SetParentImpl Sets the parent of the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode UpdateObjectState Updates the object state. (Geerbt von WmiSmoObject.)
Öffentliche Methode Validate (Geerbt von SmoObjectBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ClientProtocols Represents a collection of ClientProtocol objects. Each ClientProtocol object represents a client protocol defined on the WMI installation.
Öffentliche Eigenschaft ConnectionSettings Gets the connection settings for the referenced WMI installation.
Öffentliche Eigenschaft Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft ServerAliases Represents a collection of ServerAlias objects. Each ServerAlias object represents a server alias defined on the WMI installation.
Öffentliche Eigenschaft ServerInstances Represents a collection of ServerInstance objects. Each ServerInstance object represents an instance of SQL Server defined on the WMI installation.
Öffentliche Eigenschaft Services Represents a collection of Service objects. Each Service object represents a SQL Server service defined on the WMI installation.
Ö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. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)

Zum Anfang