OutputType 열거형

정의

WmiDataReaderTask 클래스에 의해 반환되는 출력 유형을 결정합니다.

public enum class OutputType
public enum OutputType
type OutputType = 
Public Enum OutputType
상속
OutputType

필드

DataTable 0

출력이 DataTable로 반환됩니다.

PropertyNameAndValue 2

출력은 지정된 속성의 이름과 값을 포함하는 String으로 반환됩니다.

PropertyValue 1

출력은 지정된 속성의 값을 포함하는 String으로 반환됩니다.

적용 대상

추가 정보