共用方式為


WebServiceTask.WsdlFile 屬性

Gets or sets the name of a Web Services Description Language (WSDL) file that is to be read from either a file URL or an HTTP URL.

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

語法

'宣告
Public Property WsdlFile As String 
    Get 
    Set
'用途
Dim instance As WebServiceTask 
Dim value As String 

value = instance.WsdlFile

instance.WsdlFile = value
public string WsdlFile { get; set; }
public:
virtual property String^ WsdlFile {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract WsdlFile : string with get, set 
override WsdlFile : string with get, set
final function get WsdlFile () : String 
final function set WsdlFile (value : String)

屬性值

型別:System.String
The name of the WSDL file to be downloaded from the specified URL.

實作

IDTSWebServiceTask.WsdlFile

請參閱

參考

WebServiceTask 類別

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