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. |