DestinationType 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件:  Microsoft.SqlServer.WMIDRTask (在 Microsoft.SqlServer.WMIDRTask.dll 中)

語法

'宣告
Property DestinationType As DestinationType
    Get
    Set
'用途
Dim instance As IWmiDataReaderTask
Dim value As DestinationType

value = instance.DestinationType

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