WmiDataReaderTask.DestinationType Property

Gets or sets a DestinationType value that indicates the type of destination, such as a file or a variable, used by the WmiDataReaderTask.

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

Syntax

'Declaration
Public Property DestinationType As DestinationType
public DestinationType DestinationType { get; set; }
public:
virtual property DestinationType DestinationType {
    DestinationType get () sealed;
    void set (DestinationType value) sealed;
}
/** @property */
public final DestinationType get_DestinationType ()

/** @property */
public final void set_DestinationType (DestinationType value)
public final function get DestinationType () : DestinationType

public final function set DestinationType (value : DestinationType)

Property Value

A DestinationType value. The default is FileConnection.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace