Поделиться через


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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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