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


DestinationType Enumeration

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

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Сборка: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

Синтаксис

'Декларация
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.

Платформы

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

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

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

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

См. также

Справочник

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace