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.

命名空间: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
程序集: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

语法

声明
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)

属性值

A DestinationType value. The default is FileConnection.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

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