Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
ManagedComputer() | Initializes a new instance of the ManagedComputer class. |
![]() |
ManagedComputer(String) | Initializes a new instance of the ManagedComputer class with the specified computer name. |
![]() |
ManagedComputer(String, String, String) | Initializes a new instance of the ManagedComputer class with the specified computer name and the specified login and password. |
![]() |
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 | |
|---|---|---|
![]() |
ClientProtocols | Represents a collection of ClientProtocol objects. Each ClientProtocol object represents a client protocol defined on the WMI installation. |
![]() |
ConnectionSettings | Gets the connection settings for the referenced WMI installation. |
![]() |
Name | Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (hérité de WmiSmoObject.) |
![]() |
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.) |
![]() |
ServerAliases | Represents a collection of ServerAlias objects. Each ServerAlias object represents a server alias defined on the WMI installation. |
![]() |
ServerInstances | Represents a collection of ServerInstance objects. Each ServerInstance object represents an instance of SQL Server defined on the WMI installation. |
![]() |
Services | Represents a collection of Service objects. Each Service object represents a SQL Server service defined on the WMI installation. |
![]() |
State | Gets the state of the referenced object. (hérité de SmoObjectBase.) |
![]() |
Urn | Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (hérité de WmiSmoObject.) |
![]() |
UserData | Gets or sets user-defined data associated with the referenced object. (hérité de SmoObjectBase.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetSmoObject | Gets the WmiSmoObject object with the specified Uniform Resource Name (URN) address. |
![]() |
GetType | (hérité de Object.) |
![]() |
Initialize | Initializes the referenced object. (hérité de WmiSmoObject.) |
![]() |
IsObjectInitialized | Specifies whether the referenced object is initialized. (hérité de WmiSmoObject.) |
![]() |
Refresh | Refreshes the referenced object and its properties. (hérité de WmiSmoObject.) |
![]() |
SetName | Sets the name of the referenced object. (hérité de WmiSmoObject.) |
![]() |
SetParentImpl | Sets the parent of the referenced object. (hérité de WmiSmoObject.) |
![]() |
ToString | (hérité de Object.) |
![]() |
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.
.gif)
.gif)
.gif)