共用方式為


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