共用方式為


DTSOutputType Enumeration

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 (in microsoft.sqlserver.webservicetask.dll)

語法

'宣告
Public Enumeration DTSOutputType
public enum DTSOutputType
public enum class DTSOutputType
public enum DTSOutputType
public enum DTSOutputType

Members

Member name Description
File Store the result in a file.
Variable Store the result in a variable.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace