IDTSWebServiceTask.WebMethodInfo 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets a DTS Web Method info object.

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
Property WebMethodInfo As DTSWebMethodInfo 
    Get 
    Set
用法
Dim instance As IDTSWebServiceTask 
Dim value As DTSWebMethodInfo 

value = instance.WebMethodInfo

instance.WebMethodInfo = value
DTSWebMethodInfo WebMethodInfo { get; set; }
property DTSWebMethodInfo^ WebMethodInfo {
    DTSWebMethodInfo^ get ();
    void set (DTSWebMethodInfo^ value);
}
abstract WebMethodInfo : DTSWebMethodInfo with get, set
function get WebMethodInfo () : DTSWebMethodInfo 
function set WebMethodInfo (value : DTSWebMethodInfo)

属性值

类型:Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
A DTS Web Method info object.

请参阅

参考

IDTSWebServiceTask 接口

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空间