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 命名空间