다음을 통해 공유


WmiDataReaderTask.DestinationType 속성

Gets or sets a DestinationType value that indicates the type of destination, such as a file or a variable, used by the WmiDataReaderTask.

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

구문

‘선언
Public Property DestinationType As DestinationType 
    Get 
    Set
‘사용 방법
Dim instance As WmiDataReaderTask 
Dim value As DestinationType 

value = instance.DestinationType

instance.DestinationType = value
public DestinationType DestinationType { get; set; }
public:
virtual property DestinationType DestinationType {
    DestinationType get () sealed;
    void set (DestinationType value) sealed;
}
abstract DestinationType : DestinationType with get, set 
override DestinationType : DestinationType with get, set
final function get DestinationType () : DestinationType 
final function set DestinationType (value : DestinationType)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType value. The default is FileConnection.

구현

IWmiDataReaderTask.DestinationType

참고 항목

참조

WmiDataReaderTask 클래스

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