WebMethodInfo 屬性
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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)