共用方式為


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.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Enumeration DTSOutputType
'用途
Dim instance As DTSOutputType
public enum DTSOutputType
public enum class DTSOutputType
type DTSOutputType
public enum DTSOutputType

成員

成員名稱 說明
File Store the result in a file.
Variable Store the result in a variable.