次の方法で共有


DestinationType プロパティ

WmiDataReaderTask で使用される、ファイルまたは変数など対象の種類を示す DestinationType 値を取得します。値の設定も可能です。

名前空間:  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)

実装

IWmiDataReaderTask. . :: . .DestinationType