Перечисление DTSOutputType
Classifies the storage location of the result of a Web method invocation. The result of the Web method can be stored either in a file or in a variable.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public Enumeration DTSOutputType
'Применение
Dim instance As DTSOutputType
public enum DTSOutputType
public enum class DTSOutputType
type DTSOutputType
public enum DTSOutputType
Элементы
Имя элемента | Описание | |
---|---|---|
File | Store the result in a file. | |
Variable | Store the result in a variable. |