Condividi tramite


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.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Sintassi

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace