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