Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Сборка: Microsoft.SqlServer.WMIDRTask (в Microsoft.SqlServer.WMIDRTask.dll)
Синтаксис
'Декларация
Public Enumeration DestinationType
'Применение
Dim instance As DestinationType
public enum DestinationType
public enum class DestinationType
type DestinationType
public enum DestinationType
Элементы
| Имя элемента | Описание | |||
|---|---|---|---|---|
| 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.
|
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Примечание