다음을 통해 공유


IWmiDataReaderTask.OutputType 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the type of output.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
어셈블리:  Microsoft.SqlServer.WMIDRTask(Microsoft.SqlServer.WMIDRTask.dll)

구문

‘선언
Property OutputType As OutputType 
    Get 
    Set
‘사용 방법
Dim instance As IWmiDataReaderTask 
Dim value As OutputType 

value = instance.OutputType

instance.OutputType = value
OutputType OutputType { get; set; }
property OutputType OutputType {
    OutputType get ();
    void set (OutputType value);
}
abstract OutputType : OutputType with get, set
function get OutputType () : OutputType 
function set OutputType (value : OutputType)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType
A OutputType value.

참고 항목

참조

IWmiDataReaderTask 인터페이스

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 네임스페이스