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)

Syntax

'Declaration
Public Enumeration DestinationType
public enum DestinationType
public enum class DestinationType
public enum DestinationType
public enum DestinationType

Members

Member name Description
FileConnection The Destination property contains the name of a file connection that receives the results of the WmiDataReaderTask.
Variable The Destination property contains the name of a String or Object variable that receives the results of the WmiDataReaderTask.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace