Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.