Freigeben über


IWmiDataReaderTask.DestinationType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the type of the destination.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Syntax

'Declaration
Property DestinationType As DestinationType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType value.

Siehe auch

Verweis

IWmiDataReaderTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask-Namespace