إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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
'Usage
Dim instance As DTSOutputType
public enum DTSOutputType
public enum class DTSOutputType
type DTSOutputType
public enum DTSOutputType
Members
| Member name | Description | |
|---|---|---|
| File | Store the result in a file. | |
| Variable | Store the result in a variable. |