Lenguaje

WmiDataReaderTask.WmiConnection Propiedad

Definición

Obtiene o establece el nombre del WMIConn que se utiliza por la WmiDataReaderTask tarea.

public:
 property System::String ^ WmiConnection { System::String ^ get(); void set(System::String ^ value); };
public string WmiConnection { get; set; }
member this.WmiConnection : string with get, set
Public Property WmiConnection As String

Valor de propiedad

El nombre del WMIConn asociado a la tarea.

Implementaciones

Comentarios

La WMIConn clase contiene la información necesaria por Windows Management Instrumentation (WMI) para conectar la tarea a un servidor, contra el cual se ejecuta la consulta del Windows Management Instrumentation Query Language (WQL) a WqlQuerySource la que se hace referencia.

Se aplica a