Udostępnij przez


ManagedComputer Members

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

The following tables list the members exposed by the ManagedComputer type.

Public Constructors

  Name Description
ManagedComputer Overloaded. Initializes a new instance of the ManagedComputer class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220661.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220661.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220661.pubmethod(pl-pl,SQL.100).gif GetSmoObject  
ms220661.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220661.pubmethod(pl-pl,SQL.100).gif Initialize  Initializes the referenced object. (inherited from WmiSmoObject)
ms220661.pubmethod(pl-pl,SQL.100).gifms220661.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220661.pubmethod(pl-pl,SQL.100).gif Refresh  Refreshes the referenced object and its properties. (inherited from WmiSmoObject)
ms220661.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms220661.pubmethod(pl-pl,SQL.100).gif Validate  (inherited from SmoObjectBase )

Top

Protected Methods

  Name Description
ms220661.protmethod(pl-pl,SQL.100).gif AlterProtocolProperties  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif CheckObjectState  Checks the state of the referenced object. (inherited from WmiSmoObject)
ms220661.protmethod(pl-pl,SQL.100).gif CreateProtocolPropertyCollection  Creates a set of protocol attributes for the referenced object. (inherited from WmiSmoObject)
ms220661.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220661.protmethod(pl-pl,SQL.100).gif GetPropertyManagementObject  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif GetPropertyObject  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif GetProtocolPropertyCollection  Returns the protocol property collection for the referenced object. (inherited from WmiSmoObject)
ms220661.protmethod(pl-pl,SQL.100).gif ImplInitialize  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif InvokeMgmtMethod  Overloaded. (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif IsObjectInitialized  Specifies whether the referenced object is initialized. (inherited from WmiSmoObject)
ms220661.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )
ms220661.protmethod(pl-pl,SQL.100).gif SetName  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif SetParentImpl  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gifms220661.static(pl-pl,SQL.100).gif Trace  (inherited from WmiSmoObject )
ms220661.protmethod(pl-pl,SQL.100).gif UpdateObjectState  Updates the object state. (inherited from WmiSmoObject)

Top