Compartir a través de


Clase WmiConnectionInfo

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public NotInheritable Class WmiConnectionInfo
'Uso
Dim instance As WmiConnectionInfo
public sealed class WmiConnectionInfo
public ref class WmiConnectionInfo sealed
[<SealedAttribute>]
type WmiConnectionInfo =  class end
public final class WmiConnectionInfo

El tipo WmiConnectionInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública MachineName Gets or sets the name of the computer on which Windows Management Instrumentation (WMI) is installed.
Propiedad pública ProviderArchitecture Gets or sets the ProviderArchitecture value which represents the provider architecture of this instance.
Propiedad pública Timeout Gets or sets the period after which the Windows Management Instrumentation (WMI) connection times out in seconds.
Propiedad pública Username Gets the name of the account used to establish the connection.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público SetPassword Sets the password for the account that is used to establish the connection.
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

WMI and SQL Server