This topic has not yet been rated - Rate this topic

DestinationType Enumeration

Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
public enum DestinationType
Member nameDescription
FileConnectionThe Destination property contains the name of a file connection that receives the results of the WmiDataReaderTask.
VariableThe Destination property contains the name of a String or Object variable that receives the results of the WmiDataReaderTask.
NoteNote
If OutputType is set to DataTable and this value is used for DestinationType, the variable specified in Destination must be an Object variable. Otherwise, an error occurs.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.