QuerySourceType 열거형
Determines the source type of the WqlQuerySource property, which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask class.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
어셈블리: Microsoft.SqlServer.WMIEWTask(Microsoft.SqlServer.WMIEWTask.dll)
구문
‘선언
Public Enumeration QuerySourceType
‘사용 방법
Dim instance As QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
type QuerySourceType
public enum QuerySourceType
멤버
멤버 이름 | 설명 | |
---|---|---|
DirectInput | WqlQuerySource contains the WQL query. | |
FileConnection | WqlQuerySource contains the name of a file connection from which to retrieve the WQL query. | |
Variable | WqlQuerySource contains the name of a variable from which to retrieve the WQL query. |