Partager via


Classe WmiConnectionInfo

The WmiConnectionInfo class represents connection information used by the installation of Windows Management Instrumentation (WMI).

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.Wmi..::..WmiConnectionInfo

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

Syntaxe

'Déclaration
Public NotInheritable Class WmiConnectionInfo
'Utilisation
Dim instance As WmiConnectionInfo
public sealed class WmiConnectionInfo
public ref class WmiConnectionInfo sealed
[<SealedAttribute>]
type WmiConnectionInfo =  class end
public final class WmiConnectionInfo

Le type WmiConnectionInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété publique MachineName Gets or sets the name of the computer on which Windows Management Instrumentation (WMI) is installed.
Propriété publique ProviderArchitecture Gets or sets the ProviderArchitecture value which represents the provider architecture of this instance.
Propriété publique Timeout Gets or sets the period after which the Windows Management Instrumentation (WMI) connection times out in seconds.
Propriété publique Username Gets the name of the account used to establish the connection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SetPassword Sets the password for the account that is used to establish the connection.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

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.