Enumeración 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.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public Enumeration DTSOutputType
'Uso
Dim instance As DTSOutputType
public enum DTSOutputType
public enum class DTSOutputType
type DTSOutputType
public enum DTSOutputType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
File | Store the result in a file. | |
Variable | Store the result in a variable. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask