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