언어

WmiEventWatcherTask.WqlQuerySource 속성

정의

Windows Management 계측 쿼리 언어(WQL) 쿼리의 소스를 받거나 설정하여 .WmiEventWatcherTask

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

속성 값

WQL 쿼리의 소스를 포함하는 문자열입니다.

구현

설명

이 속성의 값은 속성의 WqlQuerySourceType 값에 따라 달라집니다. 속성이 WqlQuerySourceType 로 설정 DirectInput되어 있다면, 이 속성에는 작업이 실행할 WQL 쿼리가 포함됩니다. 그렇지 않으면 이 속성은 이 작업이 실행할 WQL 쿼리를 제공하는 파일 연결 또는 변수의 이름을 포함합니다.

에 대한 지원 WqlQuerySource값에 대한 자세한 내용은 를 참조하세요 QuerySourceType.

적용 대상