Udostępnij za pośrednictwem


Właściwość WmiDataReaderTask.DestinationType

Pobiera lub ustawia DestinationType wartość określająca typ obiekt docelowy, takiego jak plik lub zmiennej, używana przez WmiDataReaderTask.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Zestaw:  Microsoft.SqlServer.WMIDRTask (w Microsoft.SqlServer.WMIDRTask.dll)

Składnia

'Deklaracja
Public Property DestinationType As DestinationType
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType wartości.Ustawienie domyślne to FileConnection.

Implementacje

IWmiDataReaderTask.DestinationType